Method has been renamed.
authorJan Schneider <jan@horde.org>
Mon, 23 Nov 2009 23:43:53 +0000 (00:43 +0100)
committerJan Schneider <jan@horde.org>
Mon, 23 Nov 2009 23:43:53 +0000 (00:43 +0100)
kronolith/lib/Event.php

index 60272e6..b651fcd 100644 (file)
@@ -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>';
     }