projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb98317
)
Method has been renamed.
author
Jan Schneider
<jan@horde.org>
Mon, 23 Nov 2009 23:43:53 +0000
(
00:43
+0100)
committer
Jan Schneider
<jan@horde.org>
Mon, 23 Nov 2009 23:43:53 +0000
(
00:43
+0100)
kronolith/lib/Event.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Event.php
b/kronolith/lib/Event.php
index
60272e6
..
b651fcd
100644
(file)
--- a/
kronolith/lib/Event.php
+++ b/
kronolith/lib/Event.php
@@
-2230,7
+2230,7
@@
abstract class Kronolith_Event
return '<label for="' . $this->_formIDEncode($property) . '" class="hidden">' . $label . '</label>' .
'<select name="' . $property . '"' . $attributes . ' id="' . $this->_formIDEncode($property) . '">' .
- $this->_varRenderer->
_
selectOptions($options, $sel) .
+ $this->_varRenderer->selectOptions($options, $sel) .
'</select>';
}