X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=brisk.git;a=blobdiff_plain;f=web%2Fbriskin5%2Fstat-day.php;h=a9fcdee1fca69c689606c4d67357427fafe26db2;hp=cadeb265e83aff7e7d57bd6181553b109e482dd8;hb=649907a529ae4bee21990c05f196a144dab8624b;hpb=536e323a34cc3b939e3c6611fe2f6eaac54b51e5 diff --git a/web/briskin5/stat-day.php b/web/briskin5/stat-day.php index cadeb26..a9fcdee 100644 --- a/web/briskin5/stat-day.php +++ b/web/briskin5/stat-day.php @@ -258,10 +258,10 @@ function main_pgsql($from, $to) break; } - if (pg_query($bdb->dbconn->db(), "BEGIN") == FALSE) { - log_crit("stat-day: begin failed"); - break; - } + //if ($bdb->transaction("BEGIN") == FALSE) { + // log_crit("stat-day: begin failed"); + // break; + //} // retrieve list of active tournaments $trn_sql = sprintf("SELECT * FROM %sbin5_tournaments WHERE active = 1;", $G_dbpfx); @@ -482,12 +482,15 @@ SELECT sum(p.pts * (2^g.mult)) AS pts log_crit(sprintf("stat-day: t < trn_n (%d, %d)", $t, $trn_n)); break; } + // if ($bdb->transaction("COMMIT") == FALSE) { + // break; + // } $ret = (TRUE); } while (0); - if ($ret == FALSE) { - pg_query($bdb->dbconn->db(), "ROLLBACK"); - } + // if ($ret == FALSE) { + // $bdb->transaction("ROLLBACK"); + // } if ($fpexp != FALSE) { fclose($fpexp); }