[Obm] bug ajax/js

Pierre Baudracco pierre.baudracco at aliasource.fr
Fri May 8 13:49:21 CEST 2009


Bonjour,

merci bien, c'est intégré et commité.

Pierre

SamSam a écrit :
> 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 
> <http://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.


-- 
Pierre Baudracco, Directeur GSO - 05 62 19 24 91 - 06 82 84 63 67
OBM project leader, www.obm.org, pierre.baudracco at obm.org
AliaSource devient LINAGORA GSO


More information about the Obm mailing list