Update of /cvsroot/phpicalendar/phpicalendar/functions
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4045/functions
Modified Files:
init.inc.php
Log Message:
remove debug echo
Index: init.inc.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/functions/init.inc.php,v
retrieving revision 1.118
retrieving revision 1.119
diff -C2 -d -r1.118 -r1.119
*** init.inc.php 28 Dec 2008 11:55:43 -0000 1.118
--- init.inc.php 28 Dec 2008 11:58:46 -0000 1.119
***************
*** 128,133 ****
$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);
--- 128,131 ----
|