changeset 853:8f55fa27719a

Oops, 100L.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 26 Nov 2014 00:51:57 +0200
parents 5eda5f9c7437
children 6ea0497101cd
files admajax.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/admajax.php	Wed Nov 26 00:49:57 2014 +0200
+++ b/admajax.php	Wed Nov 26 00:51:57 2014 +0200
@@ -1668,7 +1668,7 @@
         {
           case COMPO_NORMAL:
             $sql = stPrepareSQL(
-            "INSERT INTO entries (name,author,compo_id,info,notes,utime,owner_id) VALUES (%S,%S,%d,%Q,%Q,%D,%d,0)",
+            "INSERT INTO entries (name,author,compo_id,info,notes,utime,owner_id) VALUES (%S,%S,%d,%Q,%Q,%d,0)",
             "name", "author", $compo["id"], "info", "notes", time());
             break;