Update of /cvsroot/phpicalendar/phpicalendar/functions
In directory sc8-pr-cvs1:/tmp/cvs-serv27862
Modified Files:
date_functions.php
Log Message:
Moved $fclic inside the anchor tag to ensure tags remain balanced.
Index: date_functions.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/functions/date_functions.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** date_functions.php 14 Sep 2003 21:01:34 -0000 1.15
--- date_functions.php 17 Sep 2003 19:23:30 -0000 1.16
***************
*** 208,215 ****
echo $res[1];
}
! echo '">'.$clic.$event_text.'</a>'.$fclic;
}
}
! ?>
\ No newline at end of file
--- 208,215 ----
echo $res[1];
}
! echo '">'.$clic.$event_text.$fclic.'</a>';
}
}
! ?>
|