This commit is contained in:
Rodolphe Quiedeville 2005-04-08 07:34:41 +00:00
parent fb6854d1fc
commit 9acb368a25
3 changed files with 1 additions and 4 deletions

View File

@ -29,7 +29,6 @@ define ('COMMANDETABLEUR_NOEMAIL', -3);
class CommandeTableur class CommandeTableur
{ {
function CommandeTableur ($DB, $USER, $fourn) function CommandeTableur ($DB, $USER, $fourn)
{ {
$this->db = $DB; $this->db = $DB;

View File

@ -92,8 +92,6 @@ class ProcessGraphClients
{ {
$obj = $this->db->fetch_object(); $obj = $this->db->fetch_object();
$dir = $img_root . "client/".substr($obj->socidp,0,1)."/".$obj->socidp."/";
$clients[$i] = $obj->socidp; $clients[$i] = $obj->socidp;
$i++; $i++;

View File

@ -1,5 +1,5 @@
<?PHP <?PHP
/* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org> /* Copyright (C) 2004-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by