Forum Index
/
General
/
Error in FH3 v1.2.8: Missing newline after comment
[
This topic is solved ]
Thomas Branius
25 February 09 / 08:36
Changed at 25 February 09 / 08:37
function "selectField" does not work anymore!
line 595: comment + code => comment + NEWLINE + code :-)
<?php
// register the field $this->_registerField( $name, $fld, $title );
?>
to:
<?php
// register the field
$this
->
_registerField
(
$name
,
$fld
,
$title
);
?>
Johan Wiegel
(Admin)
25 February 09 / 09:05
Thanks, i replaced the download
Top
powered by
PHP-GLOBE
© 2004 - 2012 FormHandler. All rights reserved. -
Open source license