Line 17... |
Line 17... |
17 |
// | |
|
17 |
// | |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
22 |
// CVS : $Id: bbc_requete_lien.fonct.php,v 1.1 2005-11-23 10:22:25 jp_milcent Exp $
|
22 |
// CVS : $Id: bbc_requete_lien.fonct.php,v 1.4 2005/06/20 17:32:14 jpm Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* Fonctions de création de la requête sur un lien.
|
24 |
* Fonctions de création de la requête sur un lien.
|
25 |
*
|
25 |
*
|
26 |
* Contient une fonction créant la requête d'intérogation de la base de données.
|
26 |
* Contient une fonction créant la requête d'intérogation de la base de données.
|
27 |
* Valable pour le paramètre "lien".
|
27 |
* Valable pour le paramètre "lien".
|
Line 31... |
Line 31... |
31 |
//Auteur original :
|
31 |
//Auteur original :
|
32 |
*@author Jean-Charles GRANGER <tela@vecteur.org>
|
32 |
*@author Jean-Charles GRANGER <tela@vecteur.org>
|
33 |
//Autres auteurs :
|
33 |
//Autres auteurs :
|
34 |
*@author Jean-Pascal MILCENT <jpm@clapas.org>
|
34 |
*@author Jean-Pascal MILCENT <jpm@clapas.org>
|
35 |
*@copyright Tela-Botanica 2000-2004
|
35 |
*@copyright Tela-Botanica 2000-2004
|
36 |
*@version $Revision: 1.1 $ $Date: 2005-11-23 10:22:25 $
|
36 |
*@version $Revision: 1.4 $ $Date: 2005/06/20 17:32:14 $
|
37 |
// +------------------------------------------------------------------------------------------------------+
|
37 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
*/
|
38 |
*/
|
Line 39... |
Line 39... |
39 |
|
39 |
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
Line 165... |
Line 165... |
165 |
return $unreq;
|
165 |
return $unreq;
|
166 |
}
|
166 |
}
|
Line 167... |
Line 167... |
167 |
|
167 |
|
168 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
168 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
169 |
*
|
169 |
*
|
170 |
* $Log: not supported by cvs2svn $
|
170 |
* $Log: bbc_requete_lien.fonct.php,v $
|
171 |
* Revision 1.4 2005/06/20 17:32:14 jpm
|
171 |
* Revision 1.4 2005/06/20 17:32:14 jpm
|
172 |
* Correction erreur de construction de la requête sql.
|
172 |
* Correction erreur de construction de la requête sql.
|
173 |
*
|
173 |
*
|
174 |
* Revision 1.3 2005/05/17 10:10:08 jpm
|
174 |
* Revision 1.3 2005/05/17 10:10:08 jpm
|