Update of /cvsroot/phpicalendar/phpicalendar/functions
In directory sc8-pr-cvs1:/tmp/cvs-serv9568/functions
Modified Files:
date_functions.php
Log Message:
Added return false to javascript popups
Index: date_functions.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/functions/date_functions.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** date_functions.php 21 Nov 2003 07:29:08 -0000 1.19
--- date_functions.php 30 Nov 2003 01:22:31 -0000 1.20
***************
*** 199,203 ****
END;
! echo '<a class="'.$link_class.'" href="#" onclick="openEventWindow('.$popup_data_index.');">';
$popup_data_index++;
} else {
--- 199,203 ----
END;
! echo '<a class="'.$link_class.'" href="#" onclick="openEventWindow('.$popup_data_index.'); return false;">';
$popup_data_index++;
} else {
|