phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/inc functions.inc.php,1.1.1.1,1.2


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/inc functions.inc.php,1.1.1.1,1.2
Date: Mon, 02 Sep 2002 11:22:26 -0400

Update of /cvsroot/phpgroupware/property/inc
In directory subversions:/tmp/cvs-serv7219/inc

Modified Files:
        functions.inc.php 
Log Message:
no message

Index: functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/functions.inc.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** functions.inc.php   28 Aug 2002 16:43:17 -0000      1.1.1.1
--- functions.inc.php   2 Sep 2002 15:22:23 -0000       1.2
***************
*** 555,566 ****
  
  
!       function select_coordinator_list($account_lid = '')
        {
  //            global $GLOBALS['phpgw'],$GLOBALS['phpgw_info'];
  
                $join = join_statement();
-               $selected = $account_lid;
  
!               $GLOBALS['phpgw']->db->query("SELECT fm_invoice_role.account_id 
as account_id ,phpgw_accounts.account_lid  as account_lid,account_firstname , 
account_lastname  from fm_invoice_role $join phpgw_accounts on 
phpgw_accounts.account_id =fm_invoice_role.account_id order by account_lastname 
asc");
  
                $coordinator_list .= '<option value="all"';
--- 555,575 ----
  
  
!       function select_coordinator_list($account_id = '',$account_lid = '', 
$sub='')
        {
  //            global $GLOBALS['phpgw'],$GLOBALS['phpgw_info'];
  
                $join = join_statement();
  
!               if ($account_id)
!               {
!                       $selected = $account_id;
!               }
!               else
!               {
!                       $selected = $account_lid;
!               }
! 
!               $GLOBALS['phpgw']->db->query("SELECT fm_admin.account_id as 
account_id ,phpgw_accounts.account_lid  as account_lid,account_firstname , 
account_lastname "
!               . "from fm_admin $join phpgw_accounts on 
phpgw_accounts.account_id =fm_admin.account_id  where sub_module = '$sub' and 
type='u' order by account_lastname asc");
  
                $coordinator_list .= '<option value="all"';





reply via email to

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