fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14387]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14387]
Date: Tue, 17 Nov 2015 00:24:38 +0000

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


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

Modified: branches/dev-syncromind/frontend/inc/class.uimaintenance.inc.php
===================================================================
--- branches/dev-syncromind/frontend/inc/class.uimaintenance.inc.php    
2015-11-17 00:24:22 UTC (rev 14386)
+++ branches/dev-syncromind/frontend/inc/class.uimaintenance.inc.php    
2015-11-17 00:24:38 UTC (rev 14387)
@@ -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');
 
        /**
         * Maintenance
@@ -32,7 +32,7 @@
         * @package Frontend
         */
 
-    class frontend_uimaintenance extends frontend_uifrontend
+    class frontend_uimaintenance 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','maintenance'));
                }
+               
+               public function query() {}
     }




reply via email to

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