X-Git-Url: http://git.cyclocoop.org/?p=ptitvelo%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fecrire%2Fexec%2Fplonger.php;fp=www%2Fecrire%2Fexec%2Fplonger.php;h=838daf70d51e36d442caa9e5196060703872399d;hp=3036052b0bdd70217847dde73550e4bd0139c5e7;hb=5be150361b3c836d9206941ba43f862df11466db;hpb=bca3db9e1ab94e469b01f7e994a5e095de5f88c4 diff --git a/www/ecrire/exec/plonger.php b/www/ecrire/exec/plonger.php index 3036052..838daf7 100644 --- a/www/ecrire/exec/plonger.php +++ b/www/ecrire/exec/plonger.php @@ -3,7 +3,7 @@ /***************************************************************************\ * SPIP, Systeme de publication pour l'internet * * * - * Copyright (c) 2001-2012 * + * Copyright (c) 2001-2014 * * Arnaud Martin, Antoine Pitrou, Philippe Riviere, Emmanuel Saint-James * * * * Ce programme est un logiciel libre distribue sous licence GNU/GPL. * @@ -28,7 +28,7 @@ function exec_plonger_dist() if (!$do) $do = 'aff'; $plonger = charger_fonction('plonger', 'inc'); - $r = $plonger($id, htmlentities($rac), array(), $col, $exclus, $do); + $r = $plonger($id, spip_htmlentities($rac), array(), $col, $exclus, $do); } else $r = ''; ajax_retour($r);