From cf1aaa85e8a037f09951d6bd0ae581d3ed170147 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 11 Nov 2005 15:31:25 +0000 Subject: [PATCH] Fix: Include inutile --- htdocs/soc.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/htdocs/soc.php b/htdocs/soc.php index 958809f2a79..e26fb2dca06 100644 --- a/htdocs/soc.php +++ b/htdocs/soc.php @@ -356,12 +356,6 @@ elseif ($_GET["action"] == 'edit' || $_POST["action"] == 'edit') if ($_GET["socid"]) { - // Si javascript autorisé - if ($conf->use_javascript) - { - include("./soc.js.php"); - } - if ($reload || ! $_POST["nom"]) { $soc = new Societe($db);