phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] admin/inc class.uiaccounts.inc.php, 1.23.2.9.2.36


From: Caeies
Subject: [Phpgroupware-cvs] admin/inc class.uiaccounts.inc.php, 1.23.2.9.2.36
Date: Fri, 9 Dec 2005 10:32:00 +0100

Update of admin/inc

Modified Files:
     Branch: Version-0_9_16-branch
            class.uiaccounts.inc.php lines: +4 -2

Log Message:
Applyed patch #4475 "Display users status" with adding support in probusiness 
template

====================================================
Index: admin/inc/class.uiaccounts.inc.php
diff -u admin/inc/class.uiaccounts.inc.php:1.23.2.9.2.35 
admin/inc/class.uiaccounts.inc.php:1.23.2.9.2.36
--- admin/inc/class.uiaccounts.inc.php:1.23.2.9.2.35    Sun Dec  4 05:39:33 2005
+++ admin/inc/class.uiaccounts.inc.php  Fri Dec  9 09:32:11 2005
@@ -243,6 +243,7 @@
                                'lang_loginid'       => 
$this->nextmatchs->show_sort_order($sort,'account_lid',$order,$url,lang('LoginID')),
                                'lang_lastname'      => 
$this->nextmatchs->show_sort_order($sort,'account_lastname',$order,$url,lang('last
 name')),
                                'lang_firstname'     => 
$this->nextmatchs->show_sort_order($sort,'account_firstname',$order,$url,lang('first
 name')),
+                               'lang_status'     => 
$this->nextmatchs->show_sort_order($sort,'account_status',$order,$url,lang('status')),
                                'lang_edit'    => lang('edit'),
                                'lang_delete'  => lang('delete'),
                                'lang_view'    => lang('view'),
@@ -291,7 +292,8 @@
                                        $var = array(
                                                'row_loginid'   => 
$account['account_lid'],
                                                'row_firstname' => 
(!$account['account_firstname']?'&nbsp':$account['account_firstname']),
-                                               'row_lastname'  => 
(!$account['account_lastname']?'&nbsp':$account['account_lastname'])
+                                               'row_lastname'  => 
(!$account['account_lastname']?'&nbsp':$account['account_lastname']),
+                                               'row_status'    => 
$account['account_status']
                                        );
                                        $p->set_var($var);







reply via email to

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