X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fdbase_pgsql.phh;h=91a04265e08a4fa40bb224bfea19f13a0cd7771e;hb=66eaf1176bb114a40111960b5467201efef2b247;hp=f2149997674058ca53f4532210fcf946faec8ae7;hpb=215e2a24fbec8d1a6a95dddf617dea99b05676eb;p=brisk.git diff --git a/web/Obj/dbase_pgsql.phh b/web/Obj/dbase_pgsql.phh index f214999..91a0426 100644 --- a/web/Obj/dbase_pgsql.phh +++ b/web/Obj/dbase_pgsql.phh @@ -291,7 +291,7 @@ class BriskDB // ttok text UNIQUE, // tidx - function bin5_points_save($date, $table, $tidx, $ucodes, $pts) + function bin5_points_save($date, $table, $tidx, $action, $ucodes, $pts) { GLOBAL $G_dbpfx; $sql_ttok = escsql($table->table_token); @@ -343,9 +343,9 @@ class BriskDB /* * games management */ - $gam_sql = sprintf("INSERT INTO %sbin5_games (mcode, tstamp, asta_pnt, pnt, asta_win, friend, mazzo, mult) - VALUES (%d, to_timestamp(%d), %d, %d, %d, %d, %d, %d) RETURNING *;", - $G_dbpfx, $mtc_obj->code, $date, + $gam_sql = sprintf("INSERT INTO %sbin5_games (mcode, tstamp, act, asta_pnt, pnt, asta_win, friend, mazzo, mult) + VALUES (%d, to_timestamp(%d), %d, %d, %d, %d, %d, %d, %d) RETURNING *;", + $G_dbpfx, $mtc_obj->code, $date, $action, $table->old_asta_pnt, $table->old_pnt, $table->old_asta_win, $table->old_friend,