X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Fstat-day.php;h=d96cb6c626dadada6e43d88911c631ea704fcac4;hb=9878243b4e002b50ee444cf906b9e13faba4fe01;hp=0359bfe3d800292ef8a4145f97ad244258cbe72a;hpb=152b9a21a2a057869ed1f459ad375c9cb3396ea5;p=brisk.git diff --git a/web/briskin5/stat-day.php b/web/briskin5/stat-day.php index 0359bfe..d96cb6c 100644 --- a/web/briskin5/stat-day.php +++ b/web/briskin5/stat-day.php @@ -141,7 +141,7 @@ function main_file($curtime) for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) { // echo $p." i) ".$i."
"; $username = $ar[9+($i*2)]; - if (($item = $bdb->getitem_bylogin($username, &$id)) == FALSE) { + if (($item = $bdb->getitem_bylogin($username, $id)) == FALSE) { echo "WARNING: the user [".$username."] NOT EXISTS!
"; continue; }