phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc/class.sotts2.inc.php, 1.3


From: nomail
Subject: [Phpgroupware-cvs] property/inc/class.sotts2.inc.php, 1.3
Date: Wed, 30 Jun 2004 21:01:39 +0200

Update of /property/inc
Modified Files:
        Branch: 
          class.sotts2.inc.php

date: 2004/06/30 19:01:39;  author: sigurdne;  state: Exp;  lines: +5 -0

Log Message:
no message
=====================================================================
Index: property/inc/class.sotts2.inc.php
diff -u property/inc/class.sotts2.inc.php:1.2 
property/inc/class.sotts2.inc.php:1.3
--- property/inc/class.sotts2.inc.php:1.2       Wed Jun  2 18:54:28 2004
+++ property/inc/class.sotts2.inc.php   Wed Jun 30 19:01:39 2004
@@ -39,6 +39,7 @@
 
                        $location_code  = $this->db->f('location_code');
                        $oldfinnish_date        = $this->db->f('finnish_date');
+                       $oldfinnish_date2       = $this->db->f('finnish_date2');
                        $oldassigned            = $this->db->f('assignedto');
                        $oldgroup_id            = $this->db->f('group_id');
                        $oldpriority            = $this->db->f('priority');
@@ -94,6 +95,10 @@
                        }
                        endif;
 
+                       if($oldfinnish_date2>0)
+                       {
+                               $oldfinnish_date = $oldfinnish_date2;
+                       }
                        if($ticket['finnish_date'])
                        {
                                if ($oldfinnish_date != $finnish_date)




reply via email to

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