From e6f7731ed60c88d12131df2fb0ce3ba632cbe802 Mon Sep 17 00:00:00 2001 From: "Leigh B. Stoller" <stoller@flux.utah.edu> Date: Wed, 17 Oct 2007 22:47:19 +0000 Subject: [PATCH] Add global decl of $sorttables; must be a merge error. --- www/menu.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/menu.php3 b/www/menu.php3 index 90b10f3ce1..f3f851e0d6 100644 --- a/www/menu.php3 +++ b/www/menu.php3 @@ -908,7 +908,7 @@ function ENDPAGE() { function PAGEFOOTER($view = NULL) { global $TBDOCBASE, $TBMAILADDR, $THISHOMEBASE, $BASEPATH, $TBBASE; global $TBMAINSITE, $SSL_PROTOCOL, $bodyclosestring, $currently_busy; - global $login_user, $javascript_debug; + global $login_user, $javascript_debug, $sortedtables; if ($currently_busy) { CLEARBUSY(); -- GitLab