projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
532197c
)
Load base.php.
author
Jan Schneider
<jan@horde.org>
Sun, 7 Jun 2009 22:38:58 +0000
(
00:38
+0200)
committer
Jan Schneider
<jan@horde.org>
Sun, 7 Jun 2009 22:38:58 +0000
(
00:38
+0200)
timeobjects/lib/api.php
patch
|
blob
|
history
diff --git
a/timeobjects/lib/api.php
b/timeobjects/lib/api.php
index
22e24a7
..
e191a24
100644
(file)
--- a/
timeobjects/lib/api.php
+++ b/
timeobjects/lib/api.php
@@
-27,6
+27,8
@@
$_services['show'] = array(
*/
function _timeobjects_listTimeObjectCategories()
{
+ require_once dirname(__FILE__) . '/base.php';
+
// @TODO: Probably want to iterate the driver directory
// and dynamically build this list and/or maybe provide
// a $conf[] setting to explicitly disable certain drivers?