> my %messages = > ( > 'cz' => > { > 'Heading' => 'Hlavicka', > 'Submit' => undef,
You need to remove, the above line, then it will work. Gerald > }, > 'en' => > { > 'Heading' => 'Heading', > 'Submit' => 'Submit', > }, > ) ; > > push @{$r->messages}, $messages{$lang} ; > push @{$r->default_messages}, $messages{'en'} if > ($lang ne 'en') ; > > return 0; > > } > > 1 ; > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]