[rt-devel] Small buglet in Prefs.html?
Jeroen Ruigrok/asmodai
asmodai at wxs.nl
Sat Mar 1 15:01:27 EST 2003
Given 2.1.77 I get this behaviour after logging in with the root user
and password (after the first install):
I log in, get to the main page, click Preferences and bam:
error: Error during compilation of
/www/bugs.tendra.org/rt3/share/html/User/Prefs.html:
syntax error at /www/bugs.tendra.org/rt3/share/html/User/Prefs.html line
174, near "):"
context:
...
170: my ($code, $msg);
171: ($code, $msg) = $UserObj->SetPassword($Pass1);
172: push @results, loc('Password: [_1]', loc_fuzzy($msg));
173: } elsif ( $Pass1 && ($Pass1 ne $Pass2)) {
174: push @results, loc("Passwords do not match. Your password has not
been changed"):
175: }
176:
177: # }}}
178: }
2.1.75 worked, a diff shows this:
+} elsif ( $Pass1 && ($Pass1 ne $Pass2)) {
+ push @results, loc("Passwords do not match. Your password has not been changed"):
--
Jeroen Ruigrok van der Werven <asmodai(at)wxs.nl> / asmodai / a capoeirista
PGP fingerprint: 2D92 980E 45FE 2C28 9DB7 9D88 97E6 839B 2EAC 625B
http://www.tendra.org/ | http://www.in-nomine.org/~asmodai/diary/
Strength, like beauty, is in the eyes of the beholder...
More information about the Rt-devel
mailing list