From: <cl...@us...> - 2003-12-02 17:31:31
|
Update of /cvsroot/phpicalendar/phpicalendar/includes In directory sc8-pr-cvs1:/tmp/cvs-serv31095/includes Modified Files: header.inc.php Log Message: Corrected calname in parser to display correct calname from the file, not the filename. Not a big issue. Index: header.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/includes/header.inc.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** header.inc.php 26 Nov 2003 01:42:40 -0000 1.8 --- header.inc.php 2 Dec 2003 17:31:28 -0000 1.9 *************** *** 1,2 **** --- 1,4 ---- + <? if (isset($master_array['calendar_name'])) $calendar_name = $master_array['calendar_name']; ?> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> |