Subversion Repositories Applications.papyrus

Rev

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

Rev 262 Rev 273
Line 20... Line 20...
20
// | You should have received a copy of the GNU Lesser General Public                                     |
20
// | You should have received a copy of the GNU Lesser General Public                                     |
21
// | License along with this library; if not, write to the Free Software                                  |
21
// | License along with this library; 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
// +------------------------------------------------------------------------------------------------------+
24
// +------------------------------------------------------------------------------------------------------+
25
// CVS : $Id: pap_initialise_info.inc.php,v 1.16 2005-02-17 17:51:40 florian Exp $
25
// CVS : $Id: pap_initialise_info.inc.php,v 1.17 2005-02-23 15:35:04 jpm Exp $
26
/**
26
/**
27
*Initialisation de Papyrus : vérification et récupération de paramètres généraux.
27
*Initialisation de Papyrus : vérification et récupération de paramètres généraux.
28
*
28
*
29
* La page contient le code initialisant l'éxecution du rendu d'une page par Papyrus.
29
* La page contient le code initialisant l'éxecution du rendu d'une page par Papyrus.
30
* Nous y trouvons la recherche des informations disponibles sur :
30
* Nous y trouvons la recherche des informations disponibles sur :
Line 40... Line 40...
40
*@author            Laurent COUDOUNEAU <laurent.coudouneau@ema.fr>
40
*@author            Laurent COUDOUNEAU <laurent.coudouneau@ema.fr>
41
//Autres auteurs :
41
//Autres auteurs :
42
*@author            Alexandre GRANIER <alex@tela-botanica.org>
42
*@author            Alexandre GRANIER <alex@tela-botanica.org>
43
*@author            Jean-Pascal MILCENT <jpm@tela-botanica.org>
43
*@author            Jean-Pascal MILCENT <jpm@tela-botanica.org>
44
*@copyright         Tela-Botanica 2000-2004
44
*@copyright         Tela-Botanica 2000-2004
45
*@version           $Revision: 1.16 $ $Date: 2005-02-17 17:51:40 $
45
*@version           $Revision: 1.17 $ $Date: 2005-02-23 15:35:04 $
46
// +------------------------------------------------------------------------------------------------------+
46
// +------------------------------------------------------------------------------------------------------+
47
*/
47
*/
Line 48... Line 48...
48
 
48
 
49
// +------------------------------------------------------------------------------------------------------+
49
// +------------------------------------------------------------------------------------------------------+
Line 426... Line 426...
426
        
426
        
427
        $_GEN_commun['info_application'] = $resultat_applicaton->fetchRow(DB_FETCHMODE_OBJECT) ;
427
        $_GEN_commun['info_application'] = $resultat_applicaton->fetchRow(DB_FETCHMODE_OBJECT) ;
428
        $resultat_applicaton->free();
428
        $resultat_applicaton->free();
429
    } else {
429
    } else {
-
 
430
        // Gestion des erreurs sur la recherche de l'application liée.
430
        // Gestion des erreurs sur la recherche de l'application liée.
431
        // Finalement il a été décidé de ne pas afficher cette information sous la forme d'erreur.
431
        trigger_error('application du menu demandée introuvable', E_USER_NOTICE);
432
        //trigger_error('application du menu demandée introuvable', E_USER_NOTICE);
432
    }
433
    }
Line 433... Line 434...
433
}
434
}
434
 
435
 
Line 500... Line 501...
500
    $_GEN_commun['url']->addQueryString(GEN_URL_CLE_DATE, $_GEN_commun['url_format']);
501
    $_GEN_commun['url']->addQueryString(GEN_URL_CLE_DATE, $_GEN_commun['url_format']);
501
}
502
}
Line 502... Line 503...
502
 
503
 
503
/* +--Fin du code ---------------------------------------------------------------------------------------+
504
/* +--Fin du code ---------------------------------------------------------------------------------------+
-
 
505
* $Log: not supported by cvs2svn $
-
 
506
* Revision 1.16  2005/02/17 17:51:40  florian
-
 
507
* Correction bug monde sans menu ni appli
504
* $Log: not supported by cvs2svn $
508
*
505
* Revision 1.15  2004/12/06 12:12:28  jpm
509
* Revision 1.15  2004/12/06 12:12:28  jpm
506
* Début de gestion des auth multiples.
510
* Début de gestion des auth multiples.
507
*
511
*
508
* Revision 1.14  2004/11/15 17:14:09  jpm
512
* Revision 1.14  2004/11/15 17:14:09  jpm