From bcc7d3966b71a22f682e3e2c0411c81f7ebae920 Mon Sep 17 00:00:00 2001 From: quix0r Date: Mon, 28 Jun 2010 02:30:35 +0000 Subject: [PATCH] Added missing 'colspan2' --- inc/libs/user_functions.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/inc/libs/user_functions.php b/inc/libs/user_functions.php index 6fa424a99f..075f755ea7 100644 --- a/inc/libs/user_functions.php +++ b/inc/libs/user_functions.php @@ -184,8 +184,9 @@ function addPageNavigation ($numPages, $offset, $showForm, $colspan, $return=fal if ($page < $numPages) $OUT .= '|'; } // END - for - // Remember the list - $content['list'] = $OUT; + // Remember the list and colspan + $content['list'] = $OUT; + $content['colspan2'] = $colspan; // Load template $OUT = loadTemplate('admin_list_user_pagenav', true, $content); -- 2.39.2