nettoyage du code
This commit is contained in:
parent
f54a641cb1
commit
81ee1b6bbf
@ -23,8 +23,6 @@
|
||||
require("./pre.inc.php3");
|
||||
require("./propal_model_pdf.class.php3");
|
||||
|
||||
$db = new Db();
|
||||
|
||||
$sql = "SELECT s.nom, s.idp, s.prefix_comm FROM llx_societe as s WHERE s.idp = $socidp;";
|
||||
|
||||
$result = $db->query($sql);
|
||||
|
||||
@ -24,8 +24,6 @@ require("./pre.inc.php");
|
||||
|
||||
llxHeader();
|
||||
|
||||
$db = new Db();
|
||||
|
||||
if ($action == 'add') {
|
||||
$groupart = new Groupart($db);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user