From fa0e1ca87e8dccf7bc5b75602da34125f5c0d7a9 Mon Sep 17 00:00:00 2001 From: FHenry Date: Tue, 24 Apr 2012 16:15:46 +0200 Subject: [PATCH] remove useless line --- htdocs/projet/class/project.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/projet/class/project.class.php b/htdocs/projet/class/project.class.php index 619ff6f0807..9d127f202b8 100644 --- a/htdocs/projet/class/project.class.php +++ b/htdocs/projet/class/project.class.php @@ -736,7 +736,6 @@ class Project extends CommonObject $this->id = 0; $this->ref = 'SPECIMEN'; $this->specimen = 1; - $socid = rand(1, $num_socs); $this->socid = 1; $this->date_c = $now; $this->date_m = $now;