X-Git-Url: http://git.cyclocoop.org/?p=ptitvelo%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fecrire%2Fbase%2Frepair.php;fp=www%2Fecrire%2Fbase%2Frepair.php;h=4d13029749589a1bfa56c681844f87258b134e6d;hp=548fb2d503448fefe63b7c8c42c5bd83543c3cf7;hb=5be150361b3c836d9206941ba43f862df11466db;hpb=bca3db9e1ab94e469b01f7e994a5e095de5f88c4 diff --git a/www/ecrire/base/repair.php b/www/ecrire/base/repair.php index 548fb2d..4d13029 100644 --- a/www/ecrire/base/repair.php +++ b/www/ecrire/base/repair.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. * @@ -110,7 +110,7 @@ function admin_repair_tables() { AND $msg = join(" ", sql_fetch($result_repair)) . ' ' AND strpos($msg, ' OK ')==FALSE){ $class = " class='notice'"; - $m .= "
".htmlentities($msg)."\n"; + $m .= "
".spip_htmlentities($msg)."\n"; } else $m .= " "._T('texte_table_ok');