From 65c33b3e5bc24434ab632f7f2ef52fd6db2e6e6d Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 23 Jul 2003 13:58:58 +0000 Subject: [PATCH] Ajout fonction remove --- htdocs/includes/modules/modFacture.class.php | 8 ++++++++ htdocs/includes/modules/modPropale.class.php | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/htdocs/includes/modules/modFacture.class.php b/htdocs/includes/modules/modFacture.class.php index 2f66c5b3bcc..2a110b93820 100644 --- a/htdocs/includes/modules/modFacture.class.php +++ b/htdocs/includes/modules/modFacture.class.php @@ -92,5 +92,13 @@ class modFacture } } } + /* + * + * + */ + Function remove() + { + + } } ?> diff --git a/htdocs/includes/modules/modPropale.class.php b/htdocs/includes/modules/modPropale.class.php index b3d0f9f1345..8ad200bd63a 100644 --- a/htdocs/includes/modules/modPropale.class.php +++ b/htdocs/includes/modules/modPropale.class.php @@ -78,5 +78,13 @@ class modPropale } } } + /* + * + * + */ + Function remove() + { + + } } ?>