From 0e1cca669a0f45e3807ad90ba37c03feba79a567 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 4 May 2007 23:10:45 +0000 Subject: [PATCH] Qual: Supprime fichiers obsoletes --- htdocs/compta/bank/functions.lib.php | 2 ++ htdocs/compta/tva.php | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/htdocs/compta/bank/functions.lib.php b/htdocs/compta/bank/functions.lib.php index c49b8db3bc4..0c8732cac84 100644 --- a/htdocs/compta/bank/functions.lib.php +++ b/htdocs/compta/bank/functions.lib.php @@ -20,6 +20,8 @@ * or see http://www.gnu.org/ */ +/* \deprecated Ce fichier semble ne plus servir. A virer */ + function gljDbConnect() { return pg_Connect($GLOBALS["DB_HOST"], $GLOBALS["DB_PORT"], diff --git a/htdocs/compta/tva.php b/htdocs/compta/tva.php index 3b43246a747..1bd600d281f 100644 --- a/htdocs/compta/tva.php +++ b/htdocs/compta/tva.php @@ -18,8 +18,9 @@ * * $Id$ * $Source$ - * */ + +/* \deprecated Ce fichier semble ne plus servir. A virer */ require("./pre.inc.php");