From cda2eb97aa8598b6365e1b7de388ee184a5c730a Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 10 Jan 2003 16:56:27 +0000 Subject: [PATCH] formatting commit- no code change --- lib/owl.lib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/owl.lib.php b/lib/owl.lib.php index 03a1051..b9c0901 100755 --- a/lib/owl.lib.php +++ b/lib/owl.lib.php @@ -1637,7 +1637,7 @@ function printgroupperm($currentval, $namevariable, $printmessage, $type) { * and loading the default language */ // make request parameters global -/* + if (substr(phpversion(),0,5) >= "4.1.0") { // if supported by the installed version of PHP import_request_variables('pgc'); @@ -1661,7 +1661,7 @@ if (substr(phpversion(),0,5) >= "4.1.0") { extract($HTTP_POST_FILES); } } -*/ + /* // initialise session var if(!isset($sess)) { -- libgit2 0.21.4