Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1724 → Rev 1725

/trunk/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.32 2007-11-19 09:54:49 ddelon Exp $
// CVS : $Id: pap_menu.fonct.php,v 1.33 2007-11-22 17:24:09 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.32 $ $Date: 2007-11-19 09:54:49 $
*@version $Revision: 1.33 $ $Date: 2007-11-22 17:24:09 $
// +------------------------------------------------------------------------------------------------------+
*/
 
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.32 2007-11-19 09:54:49 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.
*