fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11172] more on controller


From: Sigurd Nes
Subject: [Fmsystem-commits] [11172] more on controller
Date: Thu, 13 Jun 2013 17:56:34 +0000

Revision: 11172
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11172
Author:   sigurdne
Date:     2013-06-13 17:56:33 +0000 (Thu, 13 Jun 2013)
Log Message:
-----------
more on controller

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

Modified: trunk/controller/inc/class.uicase.inc.php
===================================================================
--- trunk/controller/inc/class.uicase.inc.php   2013-06-13 13:43:16 UTC (rev 
11171)
+++ trunk/controller/inc/class.uicase.inc.php   2013-06-13 17:56:33 UTC (rev 
11172)
@@ -782,7 +782,9 @@
                                
                                $component_location_id = 
$check_item->get_control_item()->get_component_location_id();
                                
-                               foreach($check_item->get_cases_array() as 
&$case)
+                               //FIXME: 13.juni 13
+                               //foreach($check_item->get_cases_array() as 
&$case)
+                               foreach($check_item->get_cases_array() as $case)
                                {
 
                                        $component_id = 
$case->get_component_id();
@@ -884,7 +886,10 @@
                                
                                        $component_location_id = 
$check_item->get_control_item()->get_component_location_id();
                                
-                                       foreach($check_item->get_cases_array() 
as &$case)
+
+                                       //FIXME: 13.juni 13
+                               //      foreach($check_item->get_cases_array() 
as &$case)
+                                       foreach($check_item->get_cases_array() 
as $case)
                                        {
 
                                                $component_id = 
$case->get_component_id();




reply via email to

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