aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2008-12-28 11:58:46 +0000
committerJim Hu <jimhu@users.sourceforge.net>2008-12-28 11:58:46 +0000
commitfc3e1a8590046c858b2ddebdf6c43df8240e9a97 (patch)
treef74db4838b4f4fa1f8af6f8a2d86e56be07fdfe0
parent6bdbb8f7ae793f146d98fdf63e7e037f37847bed (diff)
downloadphpicalendar-fc3e1a8590046c858b2ddebdf6c43df8240e9a97.tar.gz
phpicalendar-fc3e1a8590046c858b2ddebdf6c43df8240e9a97.tar.bz2
phpicalendar-fc3e1a8590046c858b2ddebdf6c43df8240e9a97.zip
remove debug echo
-rw-r--r--functions/init.inc.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/functions/init.inc.php b/functions/init.inc.php
index 87f4f47..8d15778 100644
--- a/functions/init.inc.php
+++ b/functions/init.inc.php
@@ -127,8 +127,6 @@ foreach ($web_cals as $web_cal) {
# $cal_displaynames[] = substr(str_replace('32', ' ', basename($web_cal)), 0, -4);
$cal_displaynames[] = substr(basename($web_cal), 0, -4);
- // FIXME
- echo "$web_cal<br>";
if(in_array($web_cal, $list_webcals)){
$web_cal = md5($phpiCal_config->salt.$web_cal);
}

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