[Rt-commit] r6853 - in rt/branches/3.7-EXPERIMENTAL-RTIR-2.2: html/Search

ruz at bestpractical.com ruz at bestpractical.com
Fri Jan 26 14:02:59 EST 2007


Author: ruz
Date: Fri Jan 26 14:02:59 2007
New Revision: 6853

Modified:
   rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/   (props changed)
   rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/html/Search/Results.html

Log:
 r4422 at cubic-pc (orig r6782):  jesse | 2007-01-19 22:16:40 +0300
  r21117 at hualien:  jesse | 2007-01-19 14:16:22 -0500
   * Todd chapman pointed out a typo
 


Modified: rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/html/Search/Results.html
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/html/Search/Results.html	(original)
+++ rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/html/Search/Results.html	Fri Jan 26 14:02:59 2007
@@ -106,7 +106,7 @@
     } elsif ( defined $prefs->{'RowsPerPage'} ) {
         $Rows = $prefs->{'RowsPerPage'};
     } else {
-        $Rows ||= 50;
+        $Rows = 50;
     }
 }
 


More information about the Rt-commit mailing list