removed '&' symbol behind passed variables as arguments
[brisk.git] / web / briskin5 / statadm.php
index 652a11d..a65acef 100644 (file)
@@ -123,7 +123,7 @@ function main_file($curtime)
     for ($i = 0 ; $i < BIN5_PLAYERS_N ; $i++) {
       // echo $p." i) ".$i."<br>";
       $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!<br>";
         continue;
       }