From ce68d5d9001a008facb7619774e9dbb4542d4eca Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 14 Sep 2003 12:38:33 +0000 Subject: [PATCH] Modif nom societe --- htdocs/admin/system/gendata.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/system/gendata.php b/htdocs/admin/system/gendata.php index c4814b46942..1747516aceb 100644 --- a/htdocs/admin/system/gendata.php +++ b/htdocs/admin/system/gendata.php @@ -112,7 +112,7 @@ else { print "- société $s
"; $soc = new Societe($db); - $soc->nom = "Société aléatoire num ".time(); + $soc->nom = "Société aléatoire num ".time()."$s"; $villes = array("Auray","Baden","Vannes","Pirouville","Haguenau","Souffelweiersheim","Illkirch-Graffenstaden","Lauterbourg","Picauville","Sainte-Mère Eglise","Le Bono"); $soc->ville = $villes[rand(0,sizeof($villes)-1)]; $soc->client = 1;