Bonjour,

Un bug empĂȘche l'affichage des calendriers lorsque le nom d'un des
calendriers affichés comporte un apostrophe.

Correction :
--- calendar/calendar_display.inc.org    2009-05-04 10:19:54.000000000 +0200
+++ calendar/calendar_display.inc    2009-05-04 10:20:00.000000000 +0200
@@ -1305,7 +1305,7 @@

   $event = $occurrence->event;
   $owner = $event->owner;
-  $owner_name = $event->owner_name;
+  $owner_name = phpStringToJsString($event->owner_name);

   if ($owner == $obm['uid'] || in_array($owner,$writable_entity['ids'])) {
     $updatable =  true;

Sylvain.
_______________________________________________
Obm mailing list
[email protected]
http://www.list.aliasource.fr/mailman/listinfo/obm

Répondre à