Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 126 → Rev 127

/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.4 2004-11-04 12:23:50 jpm Exp $
// CVS : $Id: pap_menu.fonct.php,v 1.5 2004-11-04 12:51:45 jpm Exp $
/**
* Bibliothèque de fonction sur le rendu.
*
33,7 → 33,7
*@author Alexandre GRANIER <alexadandre@tela-botanica.org>
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.4 $ $Date: 2004-11-04 12:23:50 $
*@version $Revision: 1.5 $ $Date: 2004-11-04 12:51:45 $
// +------------------------------------------------------------------------------------------------------+
*/
 
230,10 → 230,8
$ligne = $resultat->fetchRow(DB_FETCHMODE_OBJECT);
$resultat->free();
if ($ligne->gmr_id_menu_01 == 0) {
echo "faux";
return false;
} else if ($ligne->gmr_id_menu_01 == $id_menu_1) {
echo "vrai";
return true;
} else {
return GEN_etreFils($id_menu_1, $ligne->gmr_id_menu_01);
481,6 → 479,9
 
/* +--Fin du code ---------------------------------------------------------------------------------------+
* $Log: not supported by cvs2svn $
* Revision 1.4 2004/11/04 12:23:50 jpm
* Nouvelles fonctions sur les menus frères.
*
* Revision 1.3 2004/10/25 14:16:21 jpm
* Suppression de code commenté.
*