changeset 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 d6668b73bb01
children 81807c56153e
files usrajax.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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);
   }