diff admajax.php @ 431:55affc680c2b

10L again.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Dec 2013 21:49:03 +0200
parents c0051549bc3b
children 5c85316adfad
line wrap: on
line diff
--- a/admajax.php	Thu Dec 05 21:48:23 2013 +0200
+++ b/admajax.php	Thu Dec 05 21:49:03 2013 +0200
@@ -644,7 +644,7 @@
         {
           $list_id = $db->lastInsertId();
           $sql = stPrepareSQL("UPDATE rotationListData SET name=%s WHERE id=%d",
-            "New list #.$list_id", $list_id);
+            "New list #".$list_id, $list_id);
 
           if (stExecSQLCond($sql, "OK!") !== false)
             echo stGetInfoRotationListEditFull("", TRUE, $list_id);