[Rt-commit] r6782 - in rt/branches/3.6-RELEASE: .
jesse at bestpractical.com
jesse at bestpractical.com
Fri Jan 19 14:16:40 EST 2007
Author: jesse
Date: Fri Jan 19 14:16:40 2007
New Revision: 6782
Modified:
rt/branches/3.6-RELEASE/ (props changed)
rt/branches/3.6-RELEASE/html/Search/Results.html
Log:
r21117 at hualien: jesse | 2007-01-19 14:16:22 -0500
* Todd chapman pointed out a typo
Modified: rt/branches/3.6-RELEASE/html/Search/Results.html
==============================================================================
--- rt/branches/3.6-RELEASE/html/Search/Results.html (original)
+++ rt/branches/3.6-RELEASE/html/Search/Results.html Fri Jan 19 14:16:40 2007
@@ -110,7 +110,7 @@
} elsif ( defined $prefs->{'RowsPerPage'} ) {
$Rows = $prefs->{'RowsPerPage'};
} else {
- $Rows ||= 50;
+ $Rows = 50;
}
}
More information about the Rt-commit
mailing list