nettoyage du code

This commit is contained in:
Rodolphe Quiedeville 2003-08-25 17:27:39 +00:00
parent f54a641cb1
commit 81ee1b6bbf
2 changed files with 0 additions and 4 deletions

View File

@ -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);

View File

@ -24,8 +24,6 @@ require("./pre.inc.php");
llxHeader();
$db = new Db();
if ($action == 'add') {
$groupart = new Groupart($db);