fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10790] Removed specification of return type array on


From: Torstein
Subject: [Fmsystem-commits] [10790] Removed specification of return type array on $check_items_and_cases
Date: Mon, 11 Feb 2013 13:06:20 +0000

Revision: 10790
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10790
Author:   vator
Date:     2013-02-11 13:06:11 +0000 (Mon, 11 Feb 2013)
Log Message:
-----------
Removed specification of return type array on $check_items_and_cases

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-02-11 13:01:07 UTC (rev 
10789)
+++ trunk/controller/inc/class.uicase.inc.php   2013-02-11 13:06:11 UTC (rev 
10790)
@@ -351,7 +351,7 @@
                        $control_id = $check_list->get_control_id();
                        $control = $this->so_control->get_single( $control_id );
                
-                       $check_items_and_cases = 
$this->so_check_item->get_check_items_with_cases_by_message($message_ticket_id, 
"return_array");
+                       $check_items_and_cases = 
$this->so_check_item->get_check_items_with_cases_by_message($message_ticket_id);
                                                
                        $botts = CreateObject('property.botts',true);
                        $message_ticket = 
$botts->read_single($message_ticket_id);




reply via email to

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