[dev] Turba :: Pager fix for column

Joel Vandal jvandal at infoteck.qc.ca
Thu Feb 5 08:54:37 PST 2004


I've miss to include the source driver in the pager url and w/o this, this break the column display.

Index: browse.php
===================================================================
RCS file: /repository/turba/browse.php,v
retrieving revision 1.52
diff -u -r1.52 browse.php
--- browse.php  4 Feb 2004 21:57:35 -0000       1.52
+++ browse.php  5 Feb 2004 16:47:35 -0000
@@ -327,6 +327,7 @@
     $viewurl = Util::addParameter('browse.php', 'sortby', $sortby);
     $viewurl = Util::addParameter('browse.php', 'sortdir', $sortdir);
     $viewurl = Util::addParameter('browse.php', 'key', Util::getFormData('key'));
+    $viewurl = Util::addParameter('browse.php', 'source', Util::getFormData('source'));

     $numitem = $results->count();
     $maxpage = $prefs->getValue('maxpage');


-- 
Joel Vandal                                    Infoteck Internet
http://www.infoteck.qc.ca            Tel.  819-370-3232
jvandal at infoteck.qc.ca                 Fax. 819-370-3624


More information about the dev mailing list