fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9975]


From: Torstein
Subject: [Fmsystem-commits] [9975]
Date: Thu, 06 Sep 2012 10:35:33 +0000

Revision: 9975
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9975
Author:   vator
Date:     2012-09-06 10:35:33 +0000 (Thu, 06 Sep 2012)
Log Message:
-----------


Modified Paths:
--------------
    trunk/controller/inc/class.uicheck_list.inc.php

Modified: trunk/controller/inc/class.uicheck_list.inc.php
===================================================================
--- trunk/controller/inc/class.uicheck_list.inc.php     2012-09-06 10:35:16 UTC 
(rev 9974)
+++ trunk/controller/inc/class.uicheck_list.inc.php     2012-09-06 10:35:33 UTC 
(rev 9975)
@@ -739,13 +739,11 @@
                        
                        $check_list = $this->so->get_single($check_list_id);
                        
-                       $closed_check_items_and_cases = 
$this->so_check_item->get_check_items_with_cases($check_list_id, 
"control_item_type_1", 'closed', null, 'return_array');
-                       $closed_check_items_and_measurements = 
$this->so_check_item->get_check_items_with_cases($check_list_id, 
"control_item_type_2", 'closed', null, 'return_array');
+                       $closed_check_items_and_cases = 
$this->so_check_item->get_check_items_with_cases($check_list_id, null, 
'closed', null, 'return_array');
 
                        $data = array
                        (
                                'closed_check_items_and_cases'                  
        => $closed_check_items_and_cases,
-                               'closed_check_items_and_measurements'   => 
$closed_check_items_and_measurements,
                                'check_list'                                    
                                                                => 
$check_list->toArray()
                        );
                        




reply via email to

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