diff usrajax.php @ 775:62a98cb255f7

Oops, 100L .. a remnant of SQL code change experiment. Fixed.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 20 Nov 2014 15:41:53 +0200
parents 539bfbdd43ec
children 8f570449f9e7
line wrap: on
line diff
--- a/usrajax.php	Thu Nov 20 15:38:33 2014 +0200
+++ b/usrajax.php	Thu Nov 20 15:41:53 2014 +0200
@@ -28,7 +28,7 @@
   else
   {
     // Existed, thusly update
-    $sql = stPrepareSQLUpdate(
+    $sql = stPrepareSQL(
       "UPDATE votes SET value=%d,utime=%d WHERE key_id=%d AND entry_id=%d",
       $vote, time(), $key_id, $entry_id);
   }