diff --git a/www/register.php b/www/register.php index 0c691f3..331a494 100644 --- a/www/register.php +++ b/www/register.php @@ -1,24 +1,20 @@ + * @author Christian Weiske + * @author Eric Dane + * @author Marcus Campbell + * @copyright 2004-2006 Marcus Campbell + * @license GPL http://www.gnu.org/licenses/gpl.html + * @link http://sourceforge.net/projects/semanticscuttle + */ require_once 'www-header.php'; if (!$GLOBALS['enableRegistration']) { @@ -111,7 +107,8 @@ $form->addElement( 'size' => 40 ), array( - 'captchaSolutionWrong' => T_('Antispam answer is not valid. Please try again.') + 'captchaSolutionWrong' + => T_('Antispam answer is not valid. Please try again.') ) ) ->setLabel(T_('Antispam question'));