Commit cda2eb97aa8598b6365e1b7de388ee184a5c730a
1 parent
33524693
formatting commit- no code change
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@124 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
2 deletions
lib/owl.lib.php
| ... | ... | @@ -1637,7 +1637,7 @@ function printgroupperm($currentval, $namevariable, $printmessage, $type) { |
| 1637 | 1637 | * and loading the default language |
| 1638 | 1638 | */ |
| 1639 | 1639 | // make request parameters global |
| 1640 | -/* | |
| 1640 | + | |
| 1641 | 1641 | if (substr(phpversion(),0,5) >= "4.1.0") { |
| 1642 | 1642 | // if supported by the installed version of PHP |
| 1643 | 1643 | import_request_variables('pgc'); |
| ... | ... | @@ -1661,7 +1661,7 @@ if (substr(phpversion(),0,5) >= "4.1.0") { |
| 1661 | 1661 | extract($HTTP_POST_FILES); |
| 1662 | 1662 | } |
| 1663 | 1663 | } |
| 1664 | -*/ | |
| 1664 | + | |
| 1665 | 1665 | /* |
| 1666 | 1666 | // initialise session var |
| 1667 | 1667 | if(!isset($sess)) { | ... | ... |