From: <cl...@us...> - 2003-11-05 06:17:28
|
Update of /cvsroot/phpicalendar/phpicalendar/includes In directory sc8-pr-cvs1:/tmp/cvs-serv11612/includes Modified Files: calendar_nav.php Log Message: Index: calendar_nav.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/includes/calendar_nav.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** calendar_nav.php 16 Oct 2003 19:01:49 -0000 1.12 --- calendar_nav.php 5 Nov 2003 06:17:25 -0000 1.13 *************** *** 103,106 **** --- 103,107 ---- <?php + if (!isset($query)) $query = ''; echo '<b>'.$jump_lang.'</b><br>'; echo '<img src="images/spacer.gif" width="1" height="6" alt=" "><br>'; |