Update of /cvsroot/phpicalendar/phpicalendar/functions
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26905/phpicalendar/functions
Modified Files:
date_functions.php
Log Message:
allow image tags in event description
Index: date_functions.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/functions/date_functions.php,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** date_functions.php 2 Dec 2005 17:18:31 -0000 1.31
--- date_functions.php 23 Feb 2006 22:36:04 -0000 1.32
***************
*** 177,181 ****
} else {
$full_event_text = $event_text;
! $event_text = strip_tags($event_text, '<b><i><u>');
}
--- 177,181 ----
} else {
$full_event_text = $event_text;
! $event_text = strip_tags($event_text, '<b><i><u><img>');
}
|