X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Fstatadm.php;h=2ece714bbc4ec032de990bfd37438e735b698276;hb=254c175a7e331947c69794aa7a0248caa47e32f5;hp=c40a2e24def26c9f811b2f2b72c4655ba99099fe;hpb=6ac968e021ff7c9f6014e8c59ee66b83b0bd87ae;p=brisk.git diff --git a/web/briskin5/statadm.php b/web/briskin5/statadm.php index c40a2e2..2ece714 100644 --- a/web/briskin5/statadm.php +++ b/web/briskin5/statadm.php @@ -262,7 +262,7 @@ function main_pgsql($curtime) $mtc_sql = sprintf("SELECT * from %sbin5_matches WHERE code = %d", $G_dbpfx, $tmt_obj->code); - error_log($mtc_sql, 0); + // error_log($mtc_sql, 0); if (($mtc_pg = pg_query($bdb->dbconn->db(), $mtc_sql)) == FALSE || pg_numrows($mtc_pg) != 1) { log_crit("statadm: matches row select failed"); break;