# HG changeset patch # User Matti Hamalainen # Date 1416955917 -7200 # Node ID 8f55fa27719a3f2548ec9d00d56d2de52cea8a49 # Parent 5eda5f9c7437ee6f73d45744b879e2310a5760d0 Oops, 100L. diff -r 5eda5f9c7437 -r 8f55fa27719a admajax.php --- 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;