Author: dr Date: Wed Jan 2 16:28:10 2008 New Revision: 7055 Log: - Fixed parsing errors.
Modified: trunk/ConsoleTools/src/dialog/question_dialog.php Modified: trunk/ConsoleTools/src/dialog/question_dialog.php ============================================================================== --- trunk/ConsoleTools/src/dialog/question_dialog.php [iso-8859-1] (original) +++ trunk/ConsoleTools/src/dialog/question_dialog.php [iso-8859-1] Wed Jan 2 16:28:10 2008 @@ -158,11 +158,11 @@ $opts->validator = new ezcConsoleQuestionDialogMappingValidator( array( "y", "n" ), $default, - ezcConsoleQuestionDialogCollectionValidator::CONVERT_LOWER + ezcConsoleQuestionDialogCollectionValidator::CONVERT_LOWER, array( 'yes' => 'y', 'no' => 'n', - ), + ) ); return new ezcConsoleQuestionDialog( $out, $opts ); -- svn-components mailing list svn-components@lists.ez.no http://lists.ez.no/mailman/listinfo/svn-components