[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: admin/inc class.uiaccounts.inc.php,1.23.2.9.2.5
From: |
Ralf Becker <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: admin/inc class.uiaccounts.inc.php,1.23.2.9.2.5,1.23.2.9.2.6 |
Date: |
Sat, 03 May 2003 18:17:16 -0400 |
Update of /cvsroot/phpgroupware/admin/inc
In directory subversions:/tmp/cvs-serv13903
Modified Files:
Tag: Version-0_9_16-branch
class.uiaccounts.inc.php
Log Message:
fixed limited display for accounts
Index: class.uiaccounts.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/admin/inc/class.uiaccounts.inc.php,v
retrieving revision 1.23.2.9.2.5
retrieving revision 1.23.2.9.2.6
diff -C2 -r1.23.2.9.2.5 -r1.23.2.9.2.6
*** class.uiaccounts.inc.php 1 May 2003 23:43:39 -0000 1.23.2.9.2.5
--- class.uiaccounts.inc.php 3 May 2003 22:17:14 -0000 1.23.2.9.2.6
***************
*** 229,241 ****
if
($GLOBALS['phpgw']->acl->check('account_access',2,'admin'))
{
! $account_info =
$GLOBALS['phpgw']->accounts->get_list('accounts',$start,$sort,$order,$GLOBALS['query'],$total);
$total = $GLOBALS['phpgw']->accounts->total;
}
else
{
! $account_info =
$GLOBALS['phpgw']->accounts->get_list('accounts',$start,$sort,$order,$GLOBALS['query'],$total);
$total = $GLOBALS['phpgw']->accounts->total;
}
-
$url =
$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiaccounts.list_users');
--- 229,240 ----
if
($GLOBALS['phpgw']->acl->check('account_access',2,'admin'))
{
! $account_info =
$GLOBALS['phpgw']->accounts->get_list('accounts',$start,$sort,$order,$GLOBALS['query']);
$total = $GLOBALS['phpgw']->accounts->total;
}
else
{
! $account_info =
$GLOBALS['phpgw']->accounts->get_list('accounts',$start,$sort,$order,$GLOBALS['query']);
$total = $GLOBALS['phpgw']->accounts->total;
}
$url =
$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiaccounts.list_users');
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: admin/inc class.uiaccounts.inc.php,1.23.2.9.2.5,1.23.2.9.2.6,
Ralf Becker <address@hidden> <=