fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9677]


From: Torstein
Subject: [Fmsystem-commits] [9677]
Date: Wed, 27 Jun 2012 08:19:44 +0000

Revision: 9677
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9677
Author:   vator
Date:     2012-06-27 08:19:44 +0000 (Wed, 27 Jun 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-06-27 08:18:22 UTC 
(rev 9676)
+++ trunk/controller/inc/class.uicheck_list.inc.php     2012-06-27 08:19:44 UTC 
(rev 9677)
@@ -556,10 +556,10 @@
                        
                        $data = array
                        (
-                               'control'                                       
                => $control->toArray(),
-                               'check_list'                                    
        => $check_list->toArray(),
-                               'location_array'                                
        => $location_array,
-                               'control_groups_with_items_array'       => 
$control_groups_with_items_array
+                               'control'                                       
                                                        => $control->toArray(),
+                               'check_list'                                    
                                                => $check_list->toArray(),
+                               'location_array'                                
                                        => $location_array,
+                               'control_groups_with_items_array' => 
$control_groups_with_items_array
                        );
                        
                        self::add_javascript('controller', 'controller', 
'jquery.js');
@@ -601,9 +601,9 @@
 
                        $data = array
                        (
-                               'closed_check_items_and_cases'                  
=> $closed_check_items_and_cases,
+                               '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()
+                               'check_list'                                    
                                                                => 
$check_list->toArray()
                        );
                        
                        self::render_template_xsl( 
array('check_list/cases_tab_menu', 'check_list/view_closed_cases'), $data );




reply via email to

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