Сегодня покопался снова в файле error_log. В том же backend.php еще есть замечания:
Цитата:[27-Feb-2010 23:06:22] PHP Notice: Undefined index: id in /home/ftmd/public_html/chausyorgru/forum/modules/chat/backend.ph p on line 50
[27-Feb-2010 23:06:22] PHP Notice: Undefined index: id in /home/ftmd/public_html/chausyorgru/forum/modules/chat/backend.ph p on line 52
CODE:48 foreach ($online as $id => $user)
49 if ($time - $user['time'] > 30) {
50 $messages[md5($user['time'].$user['id'].'logout')] = array(
51 'act' => 'logout',
52 'id' => $user['id'],
53 'name' => $user['name'],
54 'st' => $user['st'],
55 'time' => $user['time'] + 30
56 );
зы. Оно там было и до последнего исправления. |