aboutsummaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-11-25 15:59:27 +0000
committerChad Little <clittle@users.sourceforge.net>2003-11-25 15:59:27 +0000
commit9aa774c543cdc13020c79c5227f5027cb85bb30a (patch)
treedd9efd28c64dca96691ef1cc83172474538770ed /functions
parent75c2230d760c618ac905fe2507506abb9fcf30c5 (diff)
downloadphpicalendar-9aa774c543cdc13020c79c5227f5027cb85bb30a.tar.gz
phpicalendar-9aa774c543cdc13020c79c5227f5027cb85bb30a.tar.bz2
phpicalendar-9aa774c543cdc13020c79c5227f5027cb85bb30a.zip
Blah
Diffstat (limited to 'functions')
-rw-r--r--functions/init.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/init.inc.php b/functions/init.inc.php
index becdd9c..a3972f8 100644
--- a/functions/init.inc.php
+++ b/functions/init.inc.php
@@ -6,7 +6,7 @@
//chmod(BASE.'calendars/School.ics',0666);
// uncomment when developing, comment for shipping version
-error_reporting (E_ERROR | E_WARNING);
+// error_reporting (E_ERROR | E_WARNING);
// Older versions of PHP do not define $_SERVER. Define it here instead.
if (!isset($_SERVER) && isset($HTTP_SERVER_VARS)) {
@@ -84,7 +84,7 @@ if (!isset($getdate)) {
}
if (ini_get('max_execution_time') < 60) {
- ini_set('max_execution_time', '60');
+ @ini_set('max_execution_time', '60');
}
if ($calendar_path == '') {

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