Synchro
This commit is contained in:
parent
fb6854d1fc
commit
9acb368a25
@ -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;
|
||||||
|
|||||||
@ -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++;
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user