Line 1... |
Line 1... |
1 |
<?php
|
1 |
<?php
|
2 |
|
- |
|
3 |
//vim: set expandtab tabstop=4 shiftwidth=4:
|
2 |
//vim: set expandtab tabstop=4 shiftwidth=4:
|
4 |
// +------------------------------------------------------------------------------------------------------+
|
3 |
// +------------------------------------------------------------------------------------------------------+
|
5 |
// | PHP version 4.1 |
|
4 |
// | PHP version 4.1 |
|
6 |
// +------------------------------------------------------------------------------------------------------+
|
5 |
// +------------------------------------------------------------------------------------------------------+
|
7 |
// | Copyright (C) 2001 COUDOUNEAU Laurent (lc@gsite.org) |
|
- |
|
8 |
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org) |
|
6 |
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org) |
|
9 |
// +------------------------------------------------------------------------------------------------------+
|
7 |
// +------------------------------------------------------------------------------------------------------+
|
10 |
// | |
|
8 |
// | |
|
11 |
// | This library is free software; you can redistribute it and/or |
|
9 |
// | This library is free software; you can redistribute it and/or |
|
12 |
// | modify it under the terms of the GNU Lesser General Public |
|
10 |
// | modify it under the terms of the GNU Lesser General Public |
|
Line 21... |
Line 19... |
21 |
// | You should have received a copy of the GNU Lesser General Public |
|
19 |
// | You should have received a copy of the GNU Lesser General Public |
|
22 |
// | License along with this library; if not, write to the Free Software |
|
20 |
// | License along with this library; if not, write to the Free Software |
|
23 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
21 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
24 |
// | |
|
22 |
// | |
|
25 |
// +------------------------------------------------------------------------------------------------------+
|
23 |
// +------------------------------------------------------------------------------------------------------+
|
26 |
// CVS : $Id: BOG_sql.fonct.php,v 1.1 2004-06-15 10:13:07 jpm Exp $
|
24 |
// CVS : $Id: BOG_sql.fonct.php,v 1.2 2005-02-28 11:14:45 jpm Exp $
|
27 |
/**
|
25 |
/**
|
28 |
*Paquetage : BOG - bibliothèque de fonctions de débogage.
|
26 |
*Paquetage : BOG - bibliothèque de fonctions de débogage.
|
29 |
*
|
27 |
*
|
30 |
* Ce paquetage contient des fonctions de débogage pour différent besoin:
|
28 |
* Ce paquetage contient des fonctions de débogage pour différent besoin:
|
31 |
* - erreur de requête
|
29 |
* - erreur de requête
|
Line 33... |
Line 31... |
33 |
*@package Debogage
|
31 |
*@package Debogage
|
34 |
//Auteur original :
|
32 |
//Auteur original :
|
35 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
33 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
36 |
//Autres auteurs :
|
34 |
//Autres auteurs :
|
37 |
*@author Alexandre GRANIER <alex@tela-botanica.org>
|
35 |
*@author Alexandre GRANIER <alex@tela-botanica.org>
|
- |
|
36 |
*@author Laurent COUDOUNEAU <lc@gsite.org>
|
38 |
*@copyright Tela-Botanica 2000-2004
|
37 |
*@copyright Tela-Botanica 2000-2004
|
39 |
*@version $Revision: 1.1 $ $Date: 2004-06-15 10:13:07 $
|
38 |
*@version $Revision: 1.2 $ $Date: 2005-02-28 11:14:45 $
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
39 |
// +------------------------------------------------------------------------------------------------------+
|
41 |
*/
|
40 |
*/
|
Line 42... |
Line 41... |
42 |
|
41 |
|
43 |
// +-------------------------------------------------------------------------+
|
42 |
// +-------------------------------------------------------------------------+
|
Line 86... |
Line 85... |
86 |
return $retour_erreur;
|
85 |
return $retour_erreur;
|
87 |
}
|
86 |
}
|
Line 88... |
Line 87... |
88 |
|
87 |
|
89 |
/* +--Fin du code ---------------------------------------------------------------------------------------+
|
88 |
/* +--Fin du code ---------------------------------------------------------------------------------------+
|
- |
|
89 |
* $Log: not supported by cvs2svn $
|
- |
|
90 |
* Revision 1.1 2004/06/15 10:13:07 jpm
|
- |
|
91 |
* Intégration dans Papyrus.
|
90 |
* $Log: not supported by cvs2svn $
|
92 |
*
|
91 |
* Revision 1.4 2004/04/21 07:49:31 jpm
|
93 |
* Revision 1.4 2004/04/21 07:49:31 jpm
|
92 |
* Modification des commentaires.
|
94 |
* Modification des commentaires.
|
93 |
*
|
95 |
*
|
94 |
* Revision 1.3 2004/03/22 16:23:29 jpm
|
96 |
* Revision 1.3 2004/03/22 16:23:29 jpm
|