phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [18972] partial fix : added missing get_subs public m


From: Pascal Vilarem
Subject: [Phpgroupware-cvs] [18972] partial fix : added missing get_subs public method
Date: Sat, 25 Oct 2008 18:54:47 +0000

Revision: 18972
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=18972
Author:   maat
Date:     2008-10-25 18:54:47 +0000 (Sat, 25 Oct 2008)

Log Message:
-----------
partial fix : added missing get_subs public method 

Modified Paths:
--------------
    core/trunk/phpgwapi/inc/class.locations.inc.php

Modified: core/trunk/phpgwapi/inc/class.locations.inc.php
===================================================================
--- core/trunk/phpgwapi/inc/class.locations.inc.php     2008-10-25 18:20:11 UTC 
(rev 18971)
+++ core/trunk/phpgwapi/inc/class.locations.inc.php     2008-10-25 18:54:47 UTC 
(rev 18972)
@@ -192,6 +192,20 @@
                        }
                        return 0;
                }
+               
+               /**
+                * Get the subs for a location/application accociation
+                *
+                * @param string $appname  the name of the application for the 
location
+                * @param string $location location within application
+                *
+                * @return array with the subs
+                */
+               public function get_subs($appname, $location)
+               {
+                       // TODO : fill in the empty shell
+                       return array();
+               }
 
                /**
                 * Update the description of a location






reply via email to

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