fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11173] more on controller


From: Sigurd Nes
Subject: [Fmsystem-commits] [11173] more on controller
Date: Thu, 13 Jun 2013 18:13:03 +0000

Revision: 11173
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11173
Author:   sigurdne
Date:     2013-06-13 18:13:02 +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 17:56:33 UTC (rev 
11172)
+++ trunk/controller/inc/class.uicase.inc.php   2013-06-13 18:13:02 UTC (rev 
11173)
@@ -781,12 +781,9 @@
                                $control_item_with_options = 
$this->so_control_item->get_single_with_options( 
$check_item->get_control_item_id() );
                                
                                $component_location_id = 
$check_item->get_control_item()->get_component_location_id();
-                               
-                               //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();
                                        if($component_id)
                                        {
@@ -885,13 +882,9 @@
        //                              $control_item_with_options = 
$this->so_control_item->get_single_with_options( 
$check_item->get_control_item_id() );
                                
                                        $component_location_id = 
$check_item->get_control_item()->get_component_location_id();
-                               
 
-                                       //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();
                                                if($component_id)
                                                {




reply via email to

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