From 508c07c84b59f27cbb281bd3dea2aa191cbe39b0 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 14 Sep 2003 12:32:54 +0000 Subject: [PATCH] Modif num de soc generee --- htdocs/admin/system/gendata.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/admin/system/gendata.php b/htdocs/admin/system/gendata.php index 4d73e3c4b60..2346c417d8d 100644 --- a/htdocs/admin/system/gendata.php +++ b/htdocs/admin/system/gendata.php @@ -105,7 +105,7 @@ if ($action == 'facture') else { - $rands = rand(1,10); + $rands = rand(1,40); print "Génère $rands société
"; for ($s = 0 ; $s < $rands ; $s++) @@ -120,7 +120,7 @@ else if ($socid) { - $rand = rand(1,10); + $rand = rand(1,4); print "-- génère $rand contact
"; for ($c = 0 ; $c < $rand ; $c++) {