Update of /cvsroot/phpicalendar/phpicalendar/functions
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27849/functions
Modified Files:
template.php
Log Message:
change version for release
Index: template.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/functions/template.php,v
retrieving revision 1.110
retrieving revision 1.111
diff -C2 -d -r1.110 -r1.111
*** template.php 29 Dec 2008 03:30:36 -0000 1.110
--- template.php 29 Dec 2008 08:20:52 -0000 1.111
***************
*** 979,983 ****
$switch['ALLDAY'] .= '</div>';
} else {
! $switch['ALLDAY'] .= '<img src="templates/'.$phpiCal_config->template.'/images/allday_dot.gif" alt=" " width="11" height="10" border="0" />';
}
} else {
--- 979,983 ----
$switch['ALLDAY'] .= '</div>';
} else {
! $switch['ALLDAY'] = '<img src="templates/'.$phpiCal_config->template.'/images/allday_dot.gif" alt=" " width="11" height="10" border="0" />';
}
} else {
|