fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14390]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14390]
Date: Tue, 17 Nov 2015 00:25:34 +0000

Revision: 14390
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14390
Author:   nelson224
Date:     2015-11-17 00:25:34 +0000 (Tue, 17 Nov 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/frontend/inc/class.uiservices.inc.php

Modified: branches/dev-syncromind/frontend/inc/class.uiservices.inc.php
===================================================================
--- branches/dev-syncromind/frontend/inc/class.uiservices.inc.php       
2015-11-17 00:25:14 UTC (rev 14389)
+++ branches/dev-syncromind/frontend/inc/class.uiservices.inc.php       
2015-11-17 00:25:34 UTC (rev 14390)
@@ -24,7 +24,7 @@
           along with this program.  If not, see <http://www.gnu.org/licenses/>.
         */
 
-    phpgw::import_class('frontend.uifrontend');
+    phpgw::import_class('frontend.uicommon');
 
        /**
         * Services
@@ -32,7 +32,7 @@
         * @package Frontend
         */
 
-    class frontend_uiservices extends frontend_uifrontend
+    class frontend_uiservices extends frontend_uicommon
     {
 
         public $public_functions = array
@@ -57,4 +57,6 @@
                $GLOBALS['phpgw']->xslttpl->set_var('phpgw',array('app_data' => 
$data));
                
$GLOBALS['phpgw']->xslttpl->add_file(array('frontend','services'));
                }
+               
+               public function query() {}
     }




reply via email to

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