phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: projects/inc class.uiprojecthours.inc.php,1.22.2


From: Bettina gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: projects/inc class.uiprojecthours.inc.php,1.22.2.1,1.22.2.2
Date: Wed, 16 Jan 2002 21:37:45 -0500

Update of /cvsroot/phpgroupware/projects/inc
In directory subversions:/tmp/cvs-serv28433/inc

Modified Files:
      Tag: Version-0_9_14-branch
        class.uiprojecthours.inc.php 
Log Message:
fixed edit link for billed hours

Index: class.uiprojecthours.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.uiprojecthours.inc.php,v
retrieving revision 1.22.2.1
retrieving revision 1.22.2.2
diff -C2 -r1.22.2.1 -r1.22.2.2
*** class.uiprojecthours.inc.php        14 Jan 2002 20:46:19 -0000      1.22.2.1
--- class.uiprojecthours.inc.php        17 Jan 2002 02:37:43 -0000      1.22.2.2
***************
*** 306,310 ****
                                $link_data['hours_id'] = $hours[$i]['hours_id'];
  
!                               if ($this->state != 'billed')
                                {
                                        if ($hours[$i]['employee'] == 
$this->account)
--- 306,310 ----
                                $link_data['hours_id'] = $hours[$i]['hours_id'];
  
!                               if ($hours[$i]['status'] != 'billed')
                                {
                                        if ($hours[$i]['employee'] == 
$this->account)




reply via email to

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