changeset 812:8083b39d3bde

Return FALSE from stError() functions, as a convenience.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 24 Nov 2014 18:21:20 +0200
parents b3dce4dcca9f
children c635887048aa
files msitegen.inc.php
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/msitegen.inc.php	Mon Nov 24 16:47:10 2014 +0200
+++ b/msitegen.inc.php	Mon Nov 24 18:21:20 2014 +0200
@@ -41,6 +41,7 @@
   global $errorSet, $errorMsgs;
   $errorSet = TRUE;
   $errorMsgs[] = $msg;
+  return FALSE;
 }