fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10789] Removed toArray functions on writing to xsl


From: Torstein
Subject: [Fmsystem-commits] [10789] Removed toArray functions on writing to xsl
Date: Mon, 11 Feb 2013 13:01:09 +0000

Revision: 10789
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10789
Author:   vator
Date:     2013-02-11 13:01:07 +0000 (Mon, 11 Feb 2013)
Log Message:
-----------
Removed toArray functions on writing to xsl

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

Modified: trunk/controller/inc/class.uiprocedure.inc.php
===================================================================
--- trunk/controller/inc/class.uiprocedure.inc.php      2013-02-11 13:00:22 UTC 
(rev 10788)
+++ trunk/controller/inc/class.uiprocedure.inc.php      2013-02-11 13:01:07 UTC 
(rev 10789)
@@ -559,7 +559,7 @@
                        $data = array
                        (
                                'location'                                      
=> $location_array,
-                               'control'                                       
=> $control->toArray(),
+                               'control'                                       
=> $control,
                                'control_procedure'                     => 
$control_procedure,
                                'group_procedures_array'        => 
$group_procedures_array
                        );




reply via email to

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