From: vincent@cubedesigners.com Date: Mon, 17 Jan 2011 15:16:59 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=dca4047ac00119ceb9d8ca7792c56bff5308a613;p=cubeextranet.git --- diff --git a/inc/commons/Metier/class.common.fichier.php b/inc/commons/Metier/class.common.fichier.php new file mode 100644 index 000000000..133c13025 --- /dev/null +++ b/inc/commons/Metier/class.common.fichier.php @@ -0,0 +1,25 @@ + $v) { + if (!in_array($k, $skip)) { + $r[] = (string)$v; + } + } + return implode($r); + } +} + +?> \ No newline at end of file diff --git a/inc/commons/Metier/class.extranet.fichier.php b/inc/commons/Metier/class.extranet.fichier.php deleted file mode 100644 index 133c13025..000000000 --- a/inc/commons/Metier/class.extranet.fichier.php +++ /dev/null @@ -1,25 +0,0 @@ - $v) { - if (!in_array($k, $skip)) { - $r[] = (string)$v; - } - } - return implode($r); - } -} - -?> \ No newline at end of file diff --git a/inc/extranet/DAO/_common.php b/inc/extranet/DAO/_common.php index 42f2f6532..4b4332f1e 100644 --- a/inc/extranet/DAO/_common.php +++ b/inc/extranet/DAO/_common.php @@ -5,5 +5,4 @@ $__autoload['extranetDAOFacture'] = dirname(__FILE__) . '/class.extranet.dao.fac $__autoload['extranetDAOProjet'] = dirname(__FILE__) . '/class.extranet.dao.projet.php'; $__autoload['extranetDAOTache'] = dirname(__FILE__) . '/class.extranet.dao.tache.php'; $__autoload['extranetDAOTimereport'] = dirname(__FILE__) . '/class.extranet.dao.timereport.php'; -$__autoload['extranetDAOFichier'] = dirname(__FILE__) . '/class.extranet.dao.fichier.php'; ?> \ No newline at end of file diff --git a/inc/extranet/Metier/_common.php b/inc/extranet/Metier/_common.php index cfd56e567..568346350 100644 --- a/inc/extranet/Metier/_common.php +++ b/inc/extranet/Metier/_common.php @@ -7,8 +7,5 @@ $__autoload['extranetTimereport'] = dirname(__FILE__) . '/class.extranet.timerep $__autoload['extranetDocument'] = dirname(__FILE__) . '/class.extranet.document.php'; $__autoload['extranetDevis'] = dirname(__FILE__) . '/class.extranet.devis.php'; $__autoload['extranetFacture'] = dirname(__FILE__) . '/class.extranet.facture.php'; -$__autoload['extranetFichier'] = dirname(__FILE__) . '/class.extranet.fichier.php'; - - ?> \ No newline at end of file