| Line 19... |
Line 19... |
| 19 |
// | |
|
19 |
// | |
|
| 20 |
// | You should have received a copy of the GNU General Public License |
|
20 |
// | You should have received a copy of the GNU General Public License |
|
| 21 |
// | along with Foobar; if not, write to the Free Software |
|
21 |
// | along with Foobar; if not, write to the Free Software |
|
| 22 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
22 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
| 23 |
// +------------------------------------------------------------------------------------------------------+
|
23 |
// +------------------------------------------------------------------------------------------------------+
|
| 24 |
// CVS : $Id: adwi_wikini.fonct.php,v 1.2 2005-08-31 17:34:52 ddelon Exp $
|
24 |
// CVS : $Id: adwi_wikini.fonct.php,v 1.3 2005-09-02 11:29:25 ddelon Exp $
|
| 25 |
/**
|
25 |
/**
|
| 26 |
* Contient les fonctions de l'application gestion des Wikini
|
26 |
* Contient les fonctions de l'application gestion des Wikini
|
| 27 |
*
|
27 |
*
|
| 28 |
*
|
28 |
*
|
| 29 |
*
|
29 |
*
|
| Line 33... |
Line 33... |
| 33 |
//Auteur original :
|
33 |
//Auteur original :
|
| 34 |
*@author David Delon <david.delon@tela-botanica.org>
|
34 |
*@author David Delon <david.delon@tela-botanica.org>
|
| 35 |
//Autres auteurs :
|
35 |
//Autres auteurs :
|
| 36 |
*@author Aucun
|
36 |
*@author Aucun
|
| 37 |
*@copyright Tela-Botanica 2000-2004
|
37 |
*@copyright Tela-Botanica 2000-2004
|
| 38 |
*@version $Revision: 1.2 $
|
38 |
*@version $Revision: 1.3 $
|
| 39 |
// +------------------------------------------------------------------------------------------------------+
|
39 |
// +------------------------------------------------------------------------------------------------------+
|
| 40 |
*/
|
40 |
*/
|
| Line 41... |
Line 41... |
| 41 |
|
41 |
|
| 42 |
// +------------------------------------------------------------------------------------------------------+
|
42 |
// +------------------------------------------------------------------------------------------------------+
|
| Line 99... |
Line 99... |
| 99 |
$tableau_retour['bdd_nom'] = $ligne->gewi_bdd_nom;
|
99 |
$tableau_retour['bdd_nom'] = $ligne->gewi_bdd_nom;
|
| 100 |
$tableau_retour['bdd_utilisateur'] = $ligne->gewi_bdd_utilisateur;
|
100 |
$tableau_retour['bdd_utilisateur'] = $ligne->gewi_bdd_utilisateur;
|
| 101 |
$tableau_retour['bdd_mdp'] = $ligne->gewi_bdd_mdp;
|
101 |
$tableau_retour['bdd_mdp'] = $ligne->gewi_bdd_mdp;
|
| 102 |
$tableau_retour['table_prefix'] = $ligne->gewi_table_prefix ;
|
102 |
$tableau_retour['table_prefix'] = $ligne->gewi_table_prefix ;
|
| 103 |
$tableau_retour['page'] = $ligne->gewi_page;
|
103 |
$tableau_retour['page'] = $ligne->gewi_page;
|
| 104 |
$tableau_retour['description'] = $ligne->gewi_description ;
|
104 |
$tableau_retour['chemin'] = $ligne->gewi_chemin ;
|
| Line 105... |
Line 105... |
| 105 |
|
105 |
|
| 106 |
unset ($requete, $resultat);
|
106 |
unset ($requete, $resultat);
|
| 107 |
return $tableau_retour ;
|
107 |
return $tableau_retour ;
|
| Line 156... |
Line 156... |
| 156 |
.'gewi_bdd_hote ="'.$valeur['bdd_hote'].'", '
|
156 |
.'gewi_bdd_hote ="'.$valeur['bdd_hote'].'", '
|
| 157 |
.'gewi_bdd_nom="'.$valeur['bdd_nom'].'", '
|
157 |
.'gewi_bdd_nom="'.$valeur['bdd_nom'].'", '
|
| 158 |
.'gewi_bdd_utilisateur ="'.$valeur['bdd_utilisateur'].'", '
|
158 |
.'gewi_bdd_utilisateur ="'.$valeur['bdd_utilisateur'].'", '
|
| 159 |
.'gewi_bdd_mdp="'.$valeur['bdd_mdp'].'", '
|
159 |
.'gewi_bdd_mdp="'.$valeur['bdd_mdp'].'", '
|
| 160 |
.'gewi_table_prefix="'.$valeur['table_prefix'].'", '
|
160 |
.'gewi_table_prefix="'.$valeur['table_prefix'].'", '
|
| 161 |
.'gewi_description="'.$valeur['description'].'", '
|
161 |
.'gewi_chemin="'.$valeur['chemin'].'", '
|
| 162 |
.'gewi_page="'.$valeur['page'].'"';
|
162 |
.'gewi_page="'.$valeur['page'].'"';
|
| 163 |
}
|
163 |
}
|
| Line 164... |
Line 164... |
| 164 |
|
164 |
|
| Line 169... |
Line 169... |
| 169 |
|
169 |
|
| 170 |
|
170 |
|
| 171 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
171 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
| - |
|
172 |
*
|
| - |
|
173 |
* $Log: not supported by cvs2svn $
|
| - |
|
174 |
* Revision 1.2 2005/08/31 17:34:52 ddelon
|
| 172 |
*
|
175 |
* Integrateur Wikini et administration des Wikini
|
| 173 |
* $Log: not supported by cvs2svn $
|
176 |
*
|
| 174 |
* Revision 1.1 2005/08/25 08:59:12 ddelon
|
177 |
* Revision 1.1 2005/08/25 08:59:12 ddelon
|
| 175 |
* Integrateur Wikini et administration des Wikini
|
178 |
* Integrateur Wikini et administration des Wikini
|
| 176 |
*
|
179 |
*
|