Affectation du champ sql hometext la proprit body

This commit is contained in:
Rodolphe Quiedeville 2003-06-04 16:50:00 +00:00
parent ec14ce9ba2
commit d7c22a513c

View File

@ -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();
}