From 828854777c07d3bb752ed87229057e665086011f Mon Sep 17 00:00:00 2001 From: Fil <fil@rezo.net> Date: Sun, 27 Apr 2003 20:55:48 +0000 Subject: [PATCH] =?UTF-8?q?normalisons=20les=20appels=20de=20fonction,=20a?= =?UTF-8?q?u=20cas=20o=C3=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecrire/articles.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecrire/articles.php3 b/ecrire/articles.php3 index 90e26a686f..8b1903458a 100644 --- a/ecrire/articles.php3 +++ b/ecrire/articles.php3 @@ -163,7 +163,7 @@ $texte = $texte_ajout . $texte; if ($changer_virtuel && $flag_editable) { $virtuel = eregi_replace("^http://$", "", trim($virtuel)); - if ($virtuel) $chapo = addslashes("=$virtuel"); + if ($virtuel) $chapo = addslashes(corriger_caracteres("=$virtuel")); else $chapo = ""; $query = "UPDATE spip_articles SET chapo='$chapo' WHERE id_article=$id_article"; $result = spip_query($query); -- GitLab