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.2,1.22.2.3
Date: Thu, 17 Jan 2002 15:26:57 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        class.uiprojecthours.inc.php 
Log Message:
update editlink

Index: class.uiprojecthours.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.uiprojecthours.inc.php,v
retrieving revision 1.22.2.2
retrieving revision 1.22.2.3
diff -C2 -r1.22.2.2 -r1.22.2.3
*** class.uiprojecthours.inc.php        17 Jan 2002 02:37:43 -0000      1.22.2.2
--- class.uiprojecthours.inc.php        17 Jan 2002 20:26:55 -0000      1.22.2.3
***************
*** 306,310 ****
                                $link_data['hours_id'] = $hours[$i]['hours_id'];
  
!                               if ($hours[$i]['status'] != 'billed')
                                {
                                        if ($hours[$i]['employee'] == 
$this->account)
--- 306,310 ----
                                $link_data['hours_id'] = $hours[$i]['hours_id'];
  
!                               if (($hours[$i]['status'] != 'billed') && 
($hours[$i]['status'] != 'closed'))
                                {
                                        if ($hours[$i]['employee'] == 
$this->account)
***************
*** 316,319 ****
--- 316,323 ----
                                                $edithour = True;
                                        }
+                               }
+                               else
+                               {
+                                       $edithour = False;
                                }
  




reply via email to

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