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";