fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14577] clean up from yui


From: Sigurd Nes
Subject: [Fmsystem-commits] [14577] clean up from yui
Date: Fri, 11 Dec 2015 13:20:21 +0000

Revision: 14577
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14577
Author:   sigurdne
Date:     2015-12-11 13:20:20 +0000 (Fri, 11 Dec 2015)
Log Message:
-----------
clean up from yui

Modified Paths:
--------------
    branches/dev-syncromind/property/inc/class.uiasync.inc.php

Modified: branches/dev-syncromind/property/inc/class.uiasync.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uiasync.inc.php  2015-12-11 
13:18:50 UTC (rev 14576)
+++ branches/dev-syncromind/property/inc/class.uiasync.inc.php  2015-12-11 
13:20:20 UTC (rev 14577)
@@ -26,7 +26,6 @@
         * @subpackage admin
         * @version $Id$
         */
-       //phpgw::import_class('phpgwapi.yui');
 
        /**
         * Description
@@ -388,43 +387,6 @@
                        $tabs['general'] = array('label' => lang('general'), 
'link' => '#general');
                        $active_tab              = 'general';
 
-//                     $GLOBALS['phpgw']->xslttpl->add_file(array('async'));
-
-                       /* if ($values['save'])
-                         {
-                         if($id)
-                         {
-                         $values['id']=$id;
-                         $action='edit';
-                         }
-                         else
-                         {
-                         $id = $values['id'];
-                         }
-
-                         $data = str_replace(' ' 
,'',stripslashes($values['data']));
-                         $data = stripslashes($values['data']);
-
-                         $data= explode(",", $data);
-
-                         if(is_array($data))
-                         {
-                         foreach($data as $set)
-                         {
-                         $set= explode("=", $set);
-                         $data_set[$set[0]]=$set[1];
-                         }
-                         }
-
-                         if($values['data'])
-                         {
-                         $values['data']=serialize($data_set);
-                         }
-
-                         $receipt = $this->bo->save($values,$action);
-                         $id = $receipt['id'];
-                         } */
-
                        if($id)
                        {
                                $method          = $this->bo->read_single($id);




reply via email to

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