From 058c89fbb7c5f60cc2957b7de6c6e8e73b282aa8 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 3 Aug 2003 19:17:33 +0000 Subject: [PATCH] ajout parametre nom_url --- htdocs/societe.class.php3 | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/societe.class.php3 b/htdocs/societe.class.php3 index d6939db59d9..a334ae51871 100644 --- a/htdocs/societe.class.php3 +++ b/htdocs/societe.class.php3 @@ -152,6 +152,7 @@ class Societe { $this->ville = stripslashes($obj->ville); $this->url = $obj->url; + $this->nom_url = ''.$obj->nom.''; $this->tel = $obj->tel; $this->fax = $obj->fax;