phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc/class.uirequest.inc.php, 1.4.2.4


From: nomail
Subject: [Phpgroupware-cvs] property/inc/class.uirequest.inc.php, 1.4.2.4
Date: Wed, 15 Dec 2004 14:25:25 +0100

Update of /property/inc
Modified Files:
        Branch: proposed-0_9_18-branch
          class.uirequest.inc.php

date: 2004/12/15 13:25:25;  author: sigurdne;  state: Exp;  lines: +3 -3

Log Message:
no message
=====================================================================
Index: property/inc/class.uirequest.inc.php
diff -u property/inc/class.uirequest.inc.php:1.4.2.3 
property/inc/class.uirequest.inc.php:1.4.2.4
--- property/inc/class.uirequest.inc.php:1.4.2.3        Thu Nov 18 22:12:08 2004
+++ property/inc/class.uirequest.inc.php        Wed Dec 15 13:25:25 2004
@@ -365,7 +365,7 @@
                                'lang_user_statustext'                  => 
lang('Select the user the request belongs to. To do not use a category select 
NO USER'),
                                'select_user_name'                              
=> 'filter',
                                'lang_no_user'                                  
=> lang('No user'),
-                               'user_list'                                     
        => $this->bocommon->get_user_list('filter',$this->filter),
+                               'user_list'                                     
        => 
$this->bocommon->get_user_list('filter',$this->filter,$extra=False,$default=False,$start=-1,$sort='ASC',$order='account_lastname',$query='',$offset=-1),
 
                                'lang_searchfield_statustext'   => lang('Enter 
the search string. To show all entries, empty this field and press the SUBMIT 
button again'),
                                'lang_searchbutton_statustext'  => lang('Submit 
the search string'),
@@ -1093,7 +1093,7 @@
 
                                'lang_coordinator'                              
=> lang('Coordinator'),
                                'lang_no_user'                                  
=> lang('Select coordinator'),
-                               'user_list'                                     
        => $this->bocommon->get_user_list('select',$values['coordinator']),
+                               'user_list'                                     
        => 
$this->bocommon->get_user_list('select',$values['coordinator'],$extra=False,$default=False,$start=-1,$sort='ASC',$order='account_lastname',$query='',$offset=-1),
 
                                'status_list'                                   
=> $this->boproject->select_status_list('select',$values['status']),
                                'lang_status'                                   
=> lang('Status'),




reply via email to

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