fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14282]


From: Nelson Guerra
Subject: [Fmsystem-commits] [14282]
Date: Wed, 04 Nov 2015 23:23:07 +0000

Revision: 14282
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14282
Author:   nelson224
Date:     2015-11-04 23:23:06 +0000 (Wed, 04 Nov 2015)
Log Message:
-----------


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

Modified: branches/dev-syncromind/frontend/inc/class.uidelegates.inc.php
===================================================================
--- branches/dev-syncromind/frontend/inc/class.uidelegates.inc.php      
2015-11-04 23:22:50 UTC (rev 14281)
+++ branches/dev-syncromind/frontend/inc/class.uidelegates.inc.php      
2015-11-04 23:23:06 UTC (rev 14282)
@@ -6,7 +6,8 @@
                public $public_functions = array
                (
                        'index'                         => true,
-                       'remove_delegate'       => true
+                       'remove_delegate'       => true,
+                       'query'                         => true
                );
 
                public function __construct()
@@ -15,8 +16,6 @@
                        parent::__construct();  
                }
                
-               
-
                public function index()
                {       
                        $config = CreateObject('phpgwapi.config','rental');
@@ -204,6 +203,8 @@
                        
$GLOBALS['phpgw']->xslttpl->add_file(array('frontend','delegate'));
                }
                
+               public function query() {}
+               
                public function add_delegate(int $account_id, $org_unit_id, 
$org_name)
                {
                        $config = CreateObject('phpgwapi.config','rental');




reply via email to

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