From ebfad464e2902de21f6c50d10fda6f34c9887db4 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 25 Aug 2003 17:31:35 +0000 Subject: [PATCH] Nettoyage du code --- htdocs/comm/contact.php3 | 1 - htdocs/user/index.php | 2 -- 2 files changed, 3 deletions(-) diff --git a/htdocs/comm/contact.php3 b/htdocs/comm/contact.php3 index f8bb80f8316..7520b775e9a 100644 --- a/htdocs/comm/contact.php3 +++ b/htdocs/comm/contact.php3 @@ -32,7 +32,6 @@ if ($user->societe_id > 0) } llxHeader(); -$db = new Db(); if ($sortorder == "") { diff --git a/htdocs/user/index.php b/htdocs/user/index.php index 8c5a18e80e3..e6c93d10ebb 100644 --- a/htdocs/user/index.php +++ b/htdocs/user/index.php @@ -23,8 +23,6 @@ require("./pre.inc.php3"); llxHeader(); -$db = new Db(); - print_titre("Liste des utilisateurs"); $sql = "SELECT u.rowid, u.name, u.firstname, u.code, u.login, u.module_comm, u.module_compta";