/[suikacvs]/test/html-webhacc/WebHACC/Result.pm
Suika

Diff of /test/html-webhacc/WebHACC/Result.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by wakaba, Fri Aug 15 12:11:56 2008 UTC revision 1.13 by wakaba, Fri Aug 15 16:03:46 2008 UTC
# Line 204  sub add_error ($%) { Line 204  sub add_error ($%) {
204        
205    ## Error message    ## Error message
206    my $error_type_text = $opt{type};    my $error_type_text = $opt{type};
207    $out->nl_text ($error_type_text, node => $opt{node}, text => $opt{text});    $out->nl_text ($error_type_text, node => $opt{node}, text => $opt{text},
208                     value => $opt{value});
209    
210    ## Additional error description    ## Additional error description
211    if (defined $opt{text}) { ## TODO: Remove this block once all errors are put into the catalog.    if (defined $opt{text}) { ## TODO: Remove this block once all errors are put into the catalog.

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24