From e99f04c5f1cd6375954f66d082cfe87f51827354 Mon Sep 17 00:00:00 2001 From: "Pierre Habouzit (MadCoder" Date: Sat, 8 Jan 2005 14:46:59 +0000 Subject: [PATCH] wibble git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-248 --- include/xorg.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/xorg.inc.php b/include/xorg.inc.php index 5245c0e..3849f71 100644 --- a/include/xorg.inc.php +++ b/include/xorg.inc.php @@ -108,7 +108,7 @@ function new_skinned_page($tpl_name, $min_auth) function new_simple_page($tpl_name, $min_auth) { - global $page,$globals; + global $page; _new_page(SKINNED, $tpl_name, $min_auth); $page->assign('simple', true); } @@ -118,7 +118,7 @@ function new_simple_page($tpl_name, $min_auth) function new_nonhtml_page($tpl_name, $min_auth) { - _new_page(NO_SKIN, $tpl_name, "", $min_auth, false); + _new_page(NO_SKIN, $tpl_name, $min_auth, false); } // }}} -- 2.1.4