ZF-1931: missing array() language-construct
Description
http://framework.zend.com/manual/en/…
Example 8.16. Example usage for self-defined formats with PHP specifier
Zend_Date::setOptions('format_type' => 'php');
Should be
Zend_Date::setOptions(array('format_type' => 'php'));
Comments
Posted by Thomas Weidner (thomas) on 2007-09-11T12:57:20.000+0000
Fixed with SVN 6293
Posted by Wil Sinclair (wil) on 2008-06-15T21:55:59.000+0000
Updating to comply with new IT component conventions.