diff admajax.js.php @ 1104:0a2117349f46

s/true/TRUE/g; s/false/FALSE/g;
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 14 May 2019 14:45:36 +0300
parents 95b74632cfe2
children b2bca5f6d0ff
line wrap: on
line diff
--- a/admajax.js.php	Tue May 14 14:12:42 2019 +0300
+++ b/admajax.js.php	Tue May 14 14:45:36 2019 +0300
@@ -31,7 +31,7 @@
 foreach (stExecSQL("SELECT * FROM settings_groups") as $group)
 {
   $args = array();
-  if (($res = stExecSQL("SELECT * FROM settings WHERE vgroup=".$group["id"])) !== false)
+  if (($res = stExecSQL("SELECT * FROM settings WHERE vgroup=".$group["id"])) !== FALSE)
   {
     foreach ($res as $item)
     {