[Rt-commit] r4149 - in rt/branches/QUEBEC-EXPERIMENTAL: .
html/Search
alexmv at bestpractical.com
alexmv at bestpractical.com
Mon Nov 28 15:00:54 EST 2005
Author: alexmv
Date: Mon Nov 28 15:00:53 2005
New Revision: 4149
Modified:
rt/branches/QUEBEC-EXPERIMENTAL/ (props changed)
rt/branches/QUEBEC-EXPERIMENTAL/html/Search/Results.html
Log:
r7368 at zoq-fot-pik: chmrr | 2005-11-28 15:00:18 -0500
* Search/Build.html passes Rows not RowsPerPage -- don't hard-force
to 50 all the time!
Modified: rt/branches/QUEBEC-EXPERIMENTAL/html/Search/Results.html
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/html/Search/Results.html (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/html/Search/Results.html Mon Nov 28 15:00:53 2005
@@ -114,7 +114,7 @@
$Rows = $prefs->{'RowsPerPage'};
}
else {
- $Rows = 50;
+ $Rows ||= 50;
}
More information about the Rt-commit
mailing list