Subversion Repositories Applications.papyrus

Rev

Rev 913 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 913 Rev 954
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.8 2006-07-19 13:55:01 ddelon Exp $
24
// CVS : $Id: adwi_wikini.fonct.php,v 1.9 2006-09-21 14:18:06 florian 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.8 $
38
*@version       $Revision: 1.9 $
39
// +------------------------------------------------------------------------------------------------------+
39
// +------------------------------------------------------------------------------------------------------+
40
*/
40
*/
Line 41... Line 41...
41
 
41
 
42
// +------------------------------------------------------------------------------------------------------+
42
// +------------------------------------------------------------------------------------------------------+
Line 242... Line 242...
242
		//}
242
		//}
Line 243... Line 243...
243
		 
243
		 
Line 244... Line 244...
244
    // Creation tables wikini
244
    // Creation tables wikini
245
    
-
 
246
    include_once ADWI_CHEMIN_BIBLIOTHEQUE.'gestion_wikini.class.php' ;
245
    
247
    
246
    include_once ADWI_CHEMIN_BIBLIOTHEQUE.'gestion_wikini.class.php' ;
Line 248... Line 247...
248
    
247
     
249
    $g_wikini = new gestion_wikini($db);
248
    $g_wikini = new gestion_wikini($db);
250
    
249
    
251
    
-
 
252
	if ((!isset($valeur['table_prefix'])) || (empty($config_wikini['$valeur'])))  {
250
    
Line 253... Line 251...
253
		$valeur['table_prefix'] = $valeur['code_alpha_wikini'];
251
	if ((!isset($valeur['table_prefix'])) || (empty($config_wikini['$valeur'])))  {
Line 254... Line 252...
254
	}
252
		$valeur['table_prefix'] = $valeur['code_alpha_wikini'];
Line 419... Line 417...
419
 
417
 
420
 
418
 
421
/* +--Fin du code ----------------------------------------------------------------------------------------+
419
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
420
*
-
 
421
* $Log: not supported by cvs2svn $
-
 
422
* Revision 1.8  2006/07/19 13:55:01  ddelon
422
*
423
* Bug suppression de Wiki
423
* $Log: not supported by cvs2svn $
424
*
424
* Revision 1.7  2006/06/02 09:12:16  florian
425
* Revision 1.7  2006/06/02 09:12:16  florian
425
* ajout constante chemin
426
* ajout constante chemin
426
*
427
*