Line 18... |
Line 18... |
18 |
// | |
|
18 |
// | |
|
19 |
// | 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 |
|
20 |
// | 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 |
|
21 |
// | 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 |
|
22 |
// +------------------------------------------------------------------------------------------------------+
|
22 |
// +------------------------------------------------------------------------------------------------------+
|
23 |
// CVS : $Id: adsi_site.fonct.php,v 1.16 2005-02-17 16:44:55 florian Exp $
|
23 |
// CVS : $Id: adsi_site.fonct.php,v 1.17 2005-02-17 17:51:11 florian Exp $
|
24 |
/**
|
24 |
/**
|
25 |
* Bibliothèque de fonctions d'admininistration des projets
|
25 |
* Bibliothèque de fonctions d'admininistration des projets
|
26 |
*
|
26 |
*
|
27 |
* Contient un ensemble de fonctions permettant à l'application Administrateur de Papyrus, de modifier des informations
|
27 |
* Contient un ensemble de fonctions permettant à l'application Administrateur de Papyrus, de modifier des informations
|
28 |
* sur les projets (=sites gérés par Papyrus).
|
28 |
* sur les projets (=sites gérés par Papyrus).
|
Line 33... |
Line 33... |
33 |
*@author Laurent COUDOUNEAU <lc@gsite.org>
|
33 |
*@author Laurent COUDOUNEAU <lc@gsite.org>
|
34 |
//Autres auteurs :
|
34 |
//Autres auteurs :
|
35 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
35 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
36 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
36 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
37 |
*@copyright Tela-Botanica 2000-2004
|
37 |
*@copyright Tela-Botanica 2000-2004
|
38 |
*@version $Revision: 1.16 $ $Date: 2005-02-17 16:44:55 $
|
38 |
*@version $Revision: 1.17 $ $Date: 2005-02-17 17:51:11 $
|
39 |
// +------------------------------------------------------------------------------------------------------+
|
39 |
// +------------------------------------------------------------------------------------------------------+
|
40 |
*/
|
40 |
*/
|
Line 41... |
Line 41... |
41 |
|
41 |
|
42 |
// +------------------------------------------------------------------------------------------------------+
|
42 |
// +------------------------------------------------------------------------------------------------------+
|
Line 758... |
Line 758... |
758 |
die(BOG_afficherErreurSql(__FILE__, __LINE__, $resultat->getMessage(), $requete));
|
758 |
die(BOG_afficherErreurSql(__FILE__, __LINE__, $resultat->getMessage(), $requete));
|
759 |
}
|
759 |
}
|
Line 760... |
Line 760... |
760 |
|
760 |
|
761 |
// Gestion du site par défaut
|
761 |
// Gestion du site par défaut
|
762 |
if (isset($aso_valeurs['defaut']) && $aso_valeurs['defaut'] == 1) {
|
- |
|
763 |
$ligne = $resultat->fetchRow(DB_FETCHMODE_OBJECT);
|
762 |
if (isset($aso_valeurs['defaut']) && $aso_valeurs['defaut'] == 1) {
|
764 |
$requete_supr_defaut = 'DELETE FROM gen_site_relation '.
|
763 |
$requete_supr_defaut = 'DELETE FROM gen_site_relation '.
|
765 |
'WHERE gsr_id_site_01 = gsr_id_site_02 '.
|
764 |
'WHERE gsr_id_site_01 = gsr_id_site_02 '.
|
766 |
'AND gsr_id_valeur = 101 ';// 101 = site par "defaut"
|
765 |
'AND gsr_id_valeur = 101 ';// 101 = site par "defaut"
|
767 |
$resultat_supr_defaut = $db->query($requete_supr_defaut);
|
766 |
$resultat_supr_defaut = $db->query($requete_supr_defaut);
|
Line 1164... |
Line 1163... |
1164 |
}
|
1163 |
}
|
Line 1165... |
Line 1164... |
1165 |
|
1164 |
|
1166 |
// +- Fin du code source --------------------------------------------------------------------------------+
|
1165 |
// +- Fin du code source --------------------------------------------------------------------------------+
|
1167 |
/*
|
1166 |
/*
|
- |
|
1167 |
* $Log: not supported by cvs2svn $
|
- |
|
1168 |
* Revision 1.16 2005/02/17 16:44:55 florian
|
- |
|
1169 |
* correction du bug sur les sites par défaut
|
1168 |
* $Log: not supported by cvs2svn $
|
1170 |
*
|
1169 |
* Revision 1.15 2005/01/04 19:52:50 alex
|
1171 |
* Revision 1.15 2005/01/04 19:52:50 alex
|
1170 |
* correction de bug de copie de répertoire récursif de PEAR.
|
1172 |
* correction de bug de copie de répertoire récursif de PEAR.
|
1171 |
*
|
1173 |
*
|
1172 |
* Revision 1.14 2004/12/03 19:22:53 jpm
|
1174 |
* Revision 1.14 2004/12/03 19:22:53 jpm
|