enabled match and hands counters
[brisk.git] / web / Obj / dbase_pgsql.phh
index f9f6888..77c215f 100644 (file)
@@ -750,10 +750,9 @@ class BriskDB
                 for ($i = 0 ; $i < $n ; $i++) {
                     $codes_where .= sprintf("%scode = %d", ($i == 0 ? "" : " OR "), $ucodes[$i]);
                 }
-
                 $cnt_sql = sprintf("UPDATE %susers SET (game_cnt)
                                         = (game_cnt+1) WHERE %s;",
-                                       $G_dbpfx, $codes_where);
+                                   $G_dbpfx, $codes_where);
                 error_log($cnt_sql);
                 if (($cnt_pg = $this->query($cnt_sql)) == FALSE || pg_affected_rows($cnt_pg) != $n) {
                     log_crit(sprintf("bin5_points_save: failed increment game [%s]", $cnt_sql));