changeset 366:9b266dcd1064

Oops, 10L for a missing else.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 03 Dec 2013 13:20:16 +0200
parents 2e0a0d93b8c1
children 843f4cf318f3
files admajax.php
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/admajax.php	Tue Dec 03 13:13:23 2013 +0200
+++ b/admajax.php	Tue Dec 03 13:20:16 2013 +0200
@@ -675,6 +675,7 @@
         stExecSQLCond($sql, "OK, setting updated.");
       }
     }
+    else
     if (stChkRequestItem("id", $id, array(CHK_TYPE, VT_INT, "Invalid data.")))
     {
       if ($type == "attendees" && stValidateRequestUserData(TRUE))