projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
322354d
)
Don't forget to tag new events.
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 31 Jan 2009 17:20:46 +0000
(12:20 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 31 Jan 2009 17:20:46 +0000
(12:20 -0500)
kronolith/add.php
patch
|
blob
|
history
diff --git
a/kronolith/add.php
b/kronolith/add.php
index
50e2500
..
e1ff14e
100644
(file)
--- a/
kronolith/add.php
+++ b/
kronolith/add.php
@@
-50,6
+50,8
@@
if (!Util::getFormData('cancel')) {
}
}
}
+ $tagger = new Kronolith_Tagger();
+ $tagger->tag($event->getUID(), Util::getFormData('tags'), 'event');
}
}