Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 286 → Rev 287

/trunk/papyrus/applications/admin_site/admin_site.php
40,14 → 40,14
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
*@author Laurent COUDOUNEAU <lc@gsite.org>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.7 $ $Date: 2005-02-28 11:07:05 $
*@version $Revision: 1.8 $ $Date: 2005-02-28 13:09:17 $
// +------------------------------------------------------------------------------------------------------+
//
// $Id: admin_site.php,v 1.7 2005-02-28 11:07:05 jpm Exp $
// $Id: admin_site.php,v 1.8 2005-02-28 13:09:17 jpm Exp $
// FICHIER : $RCSfile: admin_site.php,v $
// AUTEUR : $Author: jpm $
// VERSION : $Revision: 1.7 $
// DATE : $Date: 2005-02-28 11:07:05 $
// VERSION : $Revision: 1.8 $
// DATE : $Date: 2005-02-28 13:09:17 $
// +------------------------------------------------------------------------------------------------------+
**/
 
188,7 → 188,7
if ($bool_site) {
if (isset($_POST['form_sites_ajouter'])) {
// Nous voulons le formulaire d'ajout d'un site
$sortie_xhtml .= ADMIN_afficherFormSite($GLOBALS['_GEN_commun']['pear_db'] $url);
$sortie_xhtml .= ADMIN_afficherFormSite($GLOBALS['_GEN_commun']['pear_db'], $url);
return $sortie_xhtml;
} else if (isset($_POST['site_enregistrer'])) {
// Nous cherchons à enregistrer un site
294,6 → 294,9
 
/* +--Fin du code ---------------------------------------------------------------------------------------+
* $Log: not supported by cvs2svn $
* Revision 1.7 2005/02/28 11:07:05 jpm
* Modification des auteurs.
*
* Revision 1.6 2005/02/28 10:58:38 jpm
* Suppression de code inutile.
*