Index: ChangeLog =================================================================== --- ChangeLog (Revision 10324) +++ ChangeLog (Arbeitskopie) @@ -1,3 +1,7 @@ +2011-01-26 Steffen Gebert + + * Follow-up to #17321: Add missing PHPdoc + 2011-01-26 Sebastian Kurfuerst * Raised Extbase and Fluid to version 1.3.0 Index: t3lib/class.t3lib_tsstyleconfig.php =================================================================== --- t3lib/class.t3lib_tsstyleconfig.php (Revision 10324) +++ t3lib/class.t3lib_tsstyleconfig.php (Arbeitskopie) @@ -152,6 +152,7 @@ * @param string $script * @param string $addFields * @param string $extKey + * @param bool Adds opening
tag to the ouput, if TRUE * @return string the form */ function ext_getForm($cat, $theConstants, $script = "", $addFields = "", $extKey = "", $addFormTag = TRUE) {