"MDL-12304, fix double text"

This commit is contained in:
dongsheng
2008-06-11 06:05:09 +00:00
parent 9f69bbaec3
commit 4440b029bb
+2 -2
View File
@@ -122,8 +122,8 @@
set_field('chat_users', 'lastping', $chatuser->lastping, 'id', $chatuser->id );
if ($refreshusers) {
echo "if (parent.users.document.anchors[0] != null) {" .
"parent.users.location.href = parent.users.document.anchors[0].href;}\n";
echo "if (parent.users.document.anchors[1] != null) {" .
"parent.users.location.href = parent.users.document.anchors[1].href;}\n";
} else {
foreach($us as $uid=>$lastping) {
$min = (int) ($lastping/60);