Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 465 → Rev 466

/trunk/papyrus/applettes/menu/menu.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: menu.php,v 1.21 2005-09-22 14:02:49 ddelon Exp $
// CVS : $Id: menu.php,v 1.22 2005-09-27 08:42:49 ddelon Exp $
/**
* Applette : menu
*
38,7 → 38,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.21 $ $Date: 2005-09-22 14:02:49 $
*@version $Revision: 1.22 $ $Date: 2005-09-27 08:42:49 $
// +------------------------------------------------------------------------------------------------------+
*/
 
187,7 → 187,6
$pied = '';
// Récupération des infos sur sur l'entrée du menu à afficher
$menu_info = GEN_lireInfoMenu($objet_pear_db, $id_pere_menu_a_deployer, DB_FETCHMODE_ASSOC);
// Gestion des menus uniques
if ($menu_type == 'unique' && ($menu_info['gm_date_fin_validite'] == '0000-00-00 00:00:00' || strtotime($menu_info['gm_date_fin_validite']) > time() )) {
$retour .= afficherEntreeListeMenu( $objet_pear_db, $id_pere_menu_a_deployer, $i18n_url,
240,6 → 239,7
'ORDER BY GMR01.gmr_ordre ASC';
}
//$GLOBALS['_GEN_commun']['debogage_info'] .= $requete;
$resultat = $objet_pear_db->query($requete);
(DB::isError($resultat)) ? die(BOG_afficherErreurSql(__FILE__, __LINE__, $resultat->getMessage(), $requete)) : '';
391,6 → 391,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.21 2005/09/22 14:02:49 ddelon
* nettoyage annuaire et php5
*
* Revision 1.20 2005/05/27 14:56:51 alex
* correction de bug d'affichage des menus communs
*