fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9176] property: set status


From: Sigurd Nes
Subject: [Fmsystem-commits] [9176] property: set status
Date: Wed, 18 Apr 2012 11:30:19 +0000

Revision: 9176
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9176
Author:   sigurdne
Date:     2012-04-18 11:30:19 +0000 (Wed, 18 Apr 2012)
Log Message:
-----------
property: set status

Modified Paths:
--------------
    trunk/property/inc/class.sotts.inc.php

Modified: trunk/property/inc/class.sotts.inc.php
===================================================================
--- trunk/property/inc/class.sotts.inc.php      2012-04-18 11:12:36 UTC (rev 
9175)
+++ trunk/property/inc/class.sotts.inc.php      2012-04-18 11:30:19 UTC (rev 
9176)
@@ -872,7 +872,7 @@
                                        {
                                                $location_id = 
$GLOBALS['phpgw']->locations->get_id('property', '.ticket');
                                                $controller = 
CreateObject('controller.uicase'); 
-                                               
$controller->updateStatusForCases($location_id, $id, 0);
+                                               
$controller->updateStatusForCases($location_id, $id, 1);
                                        }
                                }
                        }
@@ -1061,7 +1061,7 @@
                                        {
                                                $location_id = 
$GLOBALS['phpgw']->locations->get_id('property', '.ticket');
                                                $controller = 
CreateObject('controller.uicase'); 
-                                               
$controller->updateStatusForCases($location_id, $id, 0);
+                                               
$controller->updateStatusForCases($location_id, $id, 1);
                                        }
                                }
                        }




reply via email to

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