phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] chat/users.php, 1.10.2.1.2.2


From: nomail
Subject: [Phpgroupware-cvs] chat/users.php, 1.10.2.1.2.2
Date: Tue, 11 May 2004 06:58:14 +0200

Update of /chat
Modified Files:
        Branch: Version-0_9_16-branch
          users.php

date: 2004/05/11 04:58:14;  author: skwashd;  state: Exp;  lines: +2 -2

Log Message:
fix for bug #8541
=====================================================================
Index: chat/users.php
diff -u chat/users.php:1.10.2.1.2.1 chat/users.php:1.10.2.1.2.2
--- chat/users.php:1.10.2.1.2.1 Sat Feb 28 02:48:35 2004
+++ chat/users.php      Tue May 11 04:58:14 2004
@@ -22,7 +22,7 @@
        $GLOBALS['phpgw']->common->phpgw_header();
        
 
-       $userlist = 
$GLOBALS['phpgw']->session->list_sessions(0,'session_lid','ASC');
+       $userlist = $GLOBALS['phpgw']->session->list_sessions(0, 'ASC', 
'session_lid');
 
        $size = count($userlist);
        if (($size == 0) || ($size == 1))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]