From: Pierre Habouzit (MadCoder Date: Sat, 8 Jan 2005 14:46:59 +0000 (+0000) Subject: wibble X-Git-Tag: xorg/old~503 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=e99f04c5f1cd6375954f66d082cfe87f51827354;p=platal.git wibble git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-248 --- 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); } // }}}