for ($i = 0 ; $i < MAX_PLAYERS ; $i++) {
if (($room->user[$i] = User::load_data($i, FALSE)) == FALSE) {
- log_crit("Bin5_user::load_data failed");
+ log_crit("User::load_data failed");
break;
}
}
color: black;
background-color: #f8f8f8;
vertical-align: middle;
- text-decoration:none;
+ text-decoration: none;
font-size: 100%;
cursor: pointer;
height: 22px ! important;
background-color: white;
/* background-color: RGB(246,246,246); */
vertical-align: middle;
- text-decoration:none;
+ text-decoration: none;
font-size: 100%;
cursor: pointer;
height: 22px ! important;
color: black;
background-color: RGB(246,246,246);
vertical-align: middle;
- text-decoration:none;
+ text-decoration: none;
font-size: 100%;
cursor: pointer;
height: 20px ! important;
require_once("Obj/auth.phh");
require_once("Obj/proxyscan.phh");
-
$mlang_room = array( 'userpasserr' => array('it' => 'Utente e/o password errati.',
'en' => 'Wrong user and/or password.'),
'userpassmust' => array('it' => 'Il nickname deve contenere almeno una lettera o una cifra.',
log_send("IS_PAGE: ".($is_page_streaming == TRUE ? "TRUE" : "FALSE")."EXT_STEP: ".$ext_step." ENDTIME: [".$endtime."] ".$ret);
mop_flush();
log_mop(0, 'index_rd.php: after mop_flush (begin: '.sprintf("%f", $pre_main).')');
- if ($is_page_streaming)
- break;
+ if ($is_page_streaming)
+ break;
}
$old_stat = $stat;
$old_subst = $subst;
}
$s = sprintf("index_rd.php stats: R: %d W: %d - %s", $tr, $tw, $s);
log_crit($s);
-
?>