phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc/class.uiasync.inc.php, 1.3


From: nomail
Subject: [Phpgroupware-cvs] property/inc/class.uiasync.inc.php, 1.3
Date: Tue, 14 Sep 2004 11:18:20 +0200

Update of /property/inc
Modified Files:
        Branch: 
          class.uiasync.inc.php

date: 2004/09/14 09:18:20;  author: sigurdne;  state: Exp;  lines: +4 -3

Log Message:
no message
=====================================================================
Index: property/inc/class.uiasync.inc.php
diff -u property/inc/class.uiasync.inc.php:1.2 
property/inc/class.uiasync.inc.php:1.3
--- property/inc/class.uiasync.inc.php:1.2      Fri Jul 30 13:16:59 2004
+++ property/inc/class.uiasync.inc.php  Tue Sep 14 09:18:20 2004
@@ -72,20 +72,21 @@
                        while (is_array($method_list) && list(,$method) = 
each($method_list))
                        {
                                $data_set = unserialize($method['data']);
+
+                               $method_data=array();
                                while (is_array($data_set) && list($key,$value) 
= each($data_set))
                                {
+
                                        $method_data[] = $key . '=' . $value;
                                }
 
-                               $method_data= @implode (',',$method_data);
-
 
                                $content[] = array
                                (
                                        'id'                                    
        => $method['id'],
                                        'name'                                  
        => $method['name'],
                                        'first'                                 
        => $method['descr'],
-                                       'data'                                  
        => $method_data,
+                                       'data'                                  
        => @implode (',',$method_data),
                                        'link_edit'                             
        => 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$this->currentapp.'.uiasync.edit&id='
 . $method['id']),
                                        'link_delete'                           
=> 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$this->currentapp.'.uiasync.delete&id='
 . $method['id']),
                                        'lang_view_statustext'  => lang('view 
the method'),




reply via email to

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