[geeklog-hg] geeklog: In Story Manager fixed selected topic getting lost when...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Wed Dec 11 20:44:49 EST 2013


changeset 9346:722c47398abf
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/722c47398abf
user: Tom <websitemaster at cogeco.net>
date: Wed Dec 11 20:44:13 2013 -0500
description:
In Story Manager fixed selected topic getting lost when you sort the columns (bug #0001728)

diffstat:

 system/lib-admin.php |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 175a95b33244 -r 722c47398abf system/lib-admin.php
--- a/system/lib-admin.php	Thu Dec 12 00:56:26 2013 +0900
+++ b/system/lib-admin.php	Wed Dec 11 20:44:13 2013 -0500
@@ -212,7 +212,7 @@
 * @param    array   $options        array of options - intially just used for the Check-All feature
 * @param    array   $form_arr       optional extra forms at top or bottom
 * @param    bool    $showsearch     whether to show the search functionality
-* @param    string  $pagenavurl     additional url values that page navigation may need for any additonal filters
+* @param    string  $pagenavurl     additional url values that page navigation and sorting by columns may need for any additonal filters
 * @return   string                  HTML output of function
 *
 */
@@ -415,6 +415,10 @@
             if (!empty($query_limit)) {
                 $th_subtags .= '&query_limit=' . $query_limit;
             }
+            if (!empty($pagenavurl)) { // used for any additional filters
+                $th_subtags .= $pagenavurl;
+            }
+            
             $th_subtags .= "';\"";
         }
 



More information about the geeklog-cvs mailing list