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
_______________________________________________
phpGroupWare-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs