fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10775] Added comments on transaction code


From: Torstein
Subject: [Fmsystem-commits] [10775] Added comments on transaction code
Date: Fri, 08 Feb 2013 15:17:02 +0000

Revision: 10775
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10775
Author:   vator
Date:     2013-02-08 15:17:02 +0000 (Fri, 08 Feb 2013)
Log Message:
-----------
Added comments on transaction code

Modified Paths:
--------------
    trunk/controller/inc/helper/class.check_list_status_updater.inc.php

Modified: trunk/controller/inc/helper/class.check_list_status_updater.inc.php
===================================================================
--- trunk/controller/inc/helper/class.check_list_status_updater.inc.php 
2013-02-08 15:16:29 UTC (rev 10774)
+++ trunk/controller/inc/helper/class.check_list_status_updater.inc.php 
2013-02-08 15:17:02 UTC (rev 10775)
@@ -15,9 +15,9 @@
                        
                public function update_check_list_status( $check_list_id )
                {
-      $db_check_list = $this->so_check_list->get_db();
-                       $db_check_list->transaction_begin();
-        
+      //$db_check_list = $this->so_check_list->get_db();
+                       //$db_check_list->transaction_begin();
+    
                        $check_list = $this->so_check_list->get_single( 
$check_list_id );
                
                        $check_items = 
$this->so_check_item->get_check_items_with_cases($check_list_id, 
$control_item_type = null, $status = null, $messageStatus = null, 
"return_object");
@@ -51,5 +51,6 @@
                        $check_list->set_num_pending_cases($num_pending_cases);
                        
                        $this->so_check_list->store($check_list);
+      
                }
 }
\ No newline at end of file




reply via email to

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