[Rt-commit] r17996 - in rt/3.999/branches/merge_to_3.8.2: .

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Jan 29 04:10:49 EST 2009


Author: sunnavy
Date: Thu Jan 29 04:10:48 2009
New Revision: 17996

Modified:
   rt/3.999/branches/merge_to_3.8.2/   (props changed)
   rt/3.999/branches/merge_to_3.8.2/share/html/Search/Bulk.html

Log:
 r19186 at sunnavys-mb:  sunnavy | 2009-01-29 16:30:47 +0800
 merged ./share/html/Search/Bulk.html


Modified: rt/3.999/branches/merge_to_3.8.2/share/html/Search/Bulk.html
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/share/html/Search/Bulk.html	(original)
+++ rt/3.999/branches/merge_to_3.8.2/share/html/Search/Bulk.html	Thu Jan 29 04:10:48 2009
@@ -208,7 +208,11 @@
 
 </&>
 <%INIT>
-$rows = $rows_per_page unless (defined $rows);
+unless ( defined $rows ) {
+    $rows = $rows_per_page;
+    $ARGS{rows} = $rows_per_page;
+}
+
 my $title = _("Update multiple tickets");
 
 # Iterate through the ARGS hash and remove anything with a null value.


More information about the Rt-commit mailing list