Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1723 → Rev 1724

/branches/livraison_aha/papyrus/bibliotheque/fonctions/pap_menu.fonct.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: pap_menu.fonct.php,v 1.31.2.1 2007-11-19 10:20:23 ddelon Exp $
// CVS : $Id: pap_menu.fonct.php,v 1.31.2.2 2007-11-22 17:22:30 jp_milcent Exp $
/**
* Bibliothèque de fonction sur le rendu.
*
32,7 → 32,7
//Autres auteurs :
*@author Alexandre GRANIER <alexadandre@tela-botanica.org>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.31.2.1 $ $Date: 2007-11-19 10:20:23 $
*@version $Revision: 1.31.2.2 $ $Date: 2007-11-22 17:22:30 $
// +------------------------------------------------------------------------------------------------------+
*/
 
640,6 → 640,7
$requete .= 'OR gm_categorie LIKE "%'.$tab_categories[$i].'%" ';
}
}
$requete .= 'ORDER BY gm_date_creation DESC';
$aso_info =& $db->getAssoc($requete, false, array(), $mode, $groupe);
(PEAR::isError($aso_info)) ? die(BOG_afficherErreurSql(__FILE__, __LINE__, $aso_info->getMessage(), $requete)) : '';
 
999,6 → 1000,9
 
/* +--Fin du code ---------------------------------------------------------------------------------------+
* $Log: not supported by cvs2svn $
* Revision 1.31.2.1 2007-11-19 10:20:23 ddelon
* Gestion des menus reservés à une langue
*
* Revision 1.31 2007-06-26 15:39:46 jp_milcent
* Ajout de fonctions utiles pour la gestion du contenu des menus.
*