[ic] error.coretag Shows error when it shouldn't

Bill Carr interchange-users@icdevgroup.org
Tue Apr 1 08:37:01 2003


IC 4.9.5

[error name=VAR1 std_label=LABEL show_label=1 show_error=0]

Will show the error if there is one. I don't think it should.

Changing line 94 of code/SystemTag/error.tag from:
$text = pull_else($text, $found_error);

To:
$text = pull_else($text, $opt->{show_error} ? $found_error : undef);

Will make it work the way I would like it to.


-- 
Bill Carr
Worldwide Impact
bill@worldwideimpact.com
413-253-6700