Skip to content
Snippets Groups Projects
Commit 5473c209 authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

Nettoyage du code

parent f214c461
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 31 deletions
......@@ -24,8 +24,6 @@ llxHeader();
print_titre("Boites affichées");
$db = new Db();
if ($HTTP_POST_VARS["action"] == 'add')
{
......
......@@ -35,7 +35,6 @@ print '<TD>Note</TD>';
print "<TD>Action</TD>";
print "</TR>\n";
$db = new Db();
$form = new Form($db);
$typeconst=array('yesno','texte','chaine');
if ($user->admin)
......
......@@ -30,8 +30,6 @@ if (!$user->admin)
exit;
}
$db = new Db();
$def = array();
// positionne la variable pour le nombre de rss externes
......
......@@ -29,8 +29,6 @@ if (!$user->admin)
exit;
}
$db = new Db();
// positionne la variable pour le test d'affichage de l'icone
$ficheinter_addon_var_pdf = FICHEINTER_ADDON_PDF;
......
......@@ -22,8 +22,6 @@
require("./pre.inc.php");
$db = new Db();
if ($action == 'add') {
$auteur = new Auteur($db);
......
......@@ -24,7 +24,6 @@ require("./pre.inc.php");
llxHeader();
$db = new Db();
if ($sortfield == "") {
$sortfield="lower(e.nom)";
}
......
......@@ -20,13 +20,10 @@
* $Source$
*
*/
require("./pre.inc.php");
llxHeader();
$db = new Db();
if ($action == 'addga') {
$client = new Client($db);
......
......@@ -24,7 +24,6 @@ require("./pre.inc.php");
llxHeader();
$db = new Db();
if ($sortfield == "") {
$sortfield="lower(c.customers_lastname)";
}
......
......@@ -25,8 +25,6 @@ require("./pre.inc.php");
llxHeader();
$db = new Db();
/*
*
*
......
......@@ -24,7 +24,6 @@ require("./pre.inc.php");
llxHeader();
$db = new Db();
if ($sortfield == "")
{
$sortfield="date_purchased";
......
......@@ -22,8 +22,6 @@
require("./pre.inc.php");
$db = new Db();
if ($action == 'add')
{
$livre = new Livre($db);
......
......@@ -24,7 +24,6 @@ require("./pre.inc.php");
llxHeader();
$db = new Db();
if ($sortfield == "")
{
$sortfield="lower(l.title)";
......
......@@ -24,7 +24,6 @@ require("./pre.inc.php");
llxHeader();
$db = new Db();
if ($sortfield == "")
{
$sortfield="lower(l.ref)";
......
......@@ -22,8 +22,6 @@
require("./pre.inc.php");
$db = new Db();
if ($action == 'add') {
$newsletter = new Newsletter($db);
......
......@@ -24,7 +24,6 @@ require("./pre.inc.php");
llxHeader();
$db = new Db();
if ($sortfield == "") {
$sortfield="datec";
}
......
......@@ -24,8 +24,6 @@ require("./pre.inc.php");
llxHeader();
$db = new Db();
if ($action == 'add') {
$editeur = new Editeur($db);
......
......@@ -25,7 +25,6 @@ require("./pre.inc.php");
llxHeader();
$db = new Db();
if ($sortfield == "") {
$sortfield="lower(c.customers_lastname)";
}
......
......@@ -25,7 +25,6 @@ require("./pre.inc.php");
llxHeader();
$db = new Db();
if ($sortfield == "") {
$sortfield="lower(p.products_name)";
}
......
......@@ -24,8 +24,6 @@ require("./pre.inc.php");
llxHeader();
$db = new Db();
if ($id)
{
......
......@@ -24,7 +24,6 @@ require("./pre.inc.php");
llxHeader();
$db = new Db();
if ($sortfield == "") {
$sortfield="o.orders_status ASC, o.date_purchased";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment