aboutsummaryrefslogtreecommitdiffstats
path: root/functions/init.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-10 04:07:30 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-10 04:07:30 +0000
commitaf5ce4ebb421eba13e0bf3ed55a7a76400f1d722 (patch)
treee08b1b107a3de15ef3ea6bdd15eb17f9a063ddc1 /functions/init.inc.php
parent3d9f72768aee4234be11fdc2a926bc84e939a928 (diff)
downloadphpicalendar-af5ce4ebb421eba13e0bf3ed55a7a76400f1d722.tar.gz
phpicalendar-af5ce4ebb421eba13e0bf3ed55a7a76400f1d722.tar.bz2
phpicalendar-af5ce4ebb421eba13e0bf3ed55a7a76400f1d722.zip
fixed sidebar link to todays date, put extract HTTP back for users of stock 4.2.x php (like me).
Diffstat (limited to 'functions/init.inc.php')
-rw-r--r--functions/init.inc.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/functions/init.inc.php b/functions/init.inc.php
index 2bb2bc8..b111915 100644
--- a/functions/init.inc.php
+++ b/functions/init.inc.php
@@ -3,15 +3,15 @@
//error_reporting (E_ALL);
// Retain some compatibility backwards like.
-/* jared.20021003 I think we're always going to make sure these are extracted by hand
-so I'll comment this out for now, otherwise, uncomment this
+//jared.20021003 I think we're always going to make sure these are extracted by hand
+//so I'll comment this out for now, otherwise, uncomment this
+//chad - navigation breaks after 4.2.0 without this.
if(phpversion() >= '4.2.0')
{
extract($HTTP_GET_VARS);
extract($HTTP_POST_VARS);
}
-*/
include('./config.inc.php');
include('./functions/error.php');

© 2014-2024 Faster IT GmbH | imprint | privacy policy