From: Roland Häder Date: Mon, 28 Jun 2010 02:30:35 +0000 (+0000) Subject: Added missing 'colspan2' X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=04e241b2eb21d798be04e870e8b912506ff698f5;p=mailer.git Added missing 'colspan2' --- 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);