From 816e435acc804a0a932fceea67a7fcc997c5a90f Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 18 Apr 2005 09:50:01 +0000 Subject: [PATCH] Ajout commentaires --- htdocs/telephonie/fournisseurtel.class.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/htdocs/telephonie/fournisseurtel.class.php b/htdocs/telephonie/fournisseurtel.class.php index ab17a62dc30..d60a9c8122e 100644 --- a/htdocs/telephonie/fournisseurtel.class.php +++ b/htdocs/telephonie/fournisseurtel.class.php @@ -22,9 +22,13 @@ class FournisseurTelephonie { var $db; - var $id; + /** + * Créateur + * + * + */ function FournisseurTelephonie($DB, $id=0) { $this->db = $DB; @@ -187,7 +191,7 @@ class FournisseurTelephonie { return $arr; } /** - * + * Crée une commande pour ce fournisseur * * *