From d7c22a513c1f753cddd8e45d9afdc5e5446763be Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 4 Jun 2003 16:50:00 +0000 Subject: [PATCH] =?UTF-8?q?Affectation=20du=20champ=20sql=20hometext=20=E0?= =?UTF-8?q?=20la=20propri=E9t=E9=20body?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/postnuke/articles/pnarticle.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/postnuke/articles/pnarticle.class.php b/htdocs/postnuke/articles/pnarticle.class.php index 2e4b590314d..7c11bf6c254 100644 --- a/htdocs/postnuke/articles/pnarticle.class.php +++ b/htdocs/postnuke/articles/pnarticle.class.php @@ -86,7 +86,7 @@ class pnArticle { $this->id = $result["pn_id"]; $this->titre = $result["pn_title"]; - $this->body = $result["pn_bodytext"]; + $this->body = $result["pn_hometext"]; $this->db->free(); }