[Rt-commit] r10025 -
rt/branches/3.6-EXPERIMENTAL-ABERDEEN/html/Helpers
jesse at bestpractical.com
jesse at bestpractical.com
Thu Dec 20 13:46:25 EST 2007
Author: jesse
Date: Thu Dec 20 13:46:25 2007
New Revision: 10025
Modified:
rt/branches/3.6-EXPERIMENTAL-ABERDEEN/html/Helpers/EmailAutocomplete.html
Log:
* Typo fix
Modified: rt/branches/3.6-EXPERIMENTAL-ABERDEEN/html/Helpers/EmailAutocomplete.html
==============================================================================
--- rt/branches/3.6-EXPERIMENTAL-ABERDEEN/html/Helpers/EmailAutocomplete.html (original)
+++ rt/branches/3.6-EXPERIMENTAL-ABERDEEN/html/Helpers/EmailAutocomplete.html Thu Dec 20 13:46:25 2007
@@ -47,7 +47,7 @@
%# END BPS TAGGED BLOCK }}}
<body>
<ul>
-% while (my $addr = $users->next) {
+% while (my $addr = $users->Next) {
% my $email = $addr->EmailAddress or next;
% my $name = $addr->Name;
% undef $name if $name eq $email;
More information about the Rt-commit
mailing list