projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bba1ebe
)
fix parse error (missing semicolon)
author
Chuck Hagenbuch
<chuck@horde.org>
Sat, 30 May 2009 13:15:51 +0000
(09:15 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Sat, 30 May 2009 13:15:51 +0000
(09:15 -0400)
kronolith/calendars/edit.php
patch
|
blob
|
history
diff --git
a/kronolith/calendars/edit.php
b/kronolith/calendars/edit.php
index
341bc13
..
0a5d97f
100644
(file)
--- a/
kronolith/calendars/edit.php
+++ b/
kronolith/calendars/edit.php
@@
-61,4
+61,4
@@
require KRONOLITH_TEMPLATES . '/common-header.inc';
require KRONOLITH_TEMPLATES . '/menu.inc';
echo $form->renderActive($form->getRenderer(), $vars, 'edit.php', 'post');
require $registry->get('templates', 'horde') . '/common-footer.inc';
-Kronolith_Imple::factory('TagAutoCompleter', array('triggerId' => 'tags', 'id'
))
+Kronolith_Imple::factory('TagAutoCompleter', array('triggerId' => 'tags', 'id'
));