[phplib] Bug in menu.inc From: Francois Deppierraz (francois.deppierraz <email protected>)
Date: 10/13/00

Hi,

I think menu.inc has a bug when used with PHP 4.0.3.

The patch is attached to this mail. You also need to put something in
$this->urlmap["root_path"].

For example:

var $urlmap = array( "/index.php" => "/",
                                       "/about/index.php" => "/1");

Instead of the example found in default local.inc

var $urlmap = array( "/index.php" => "",
                     "/about/index.php" => "/1");

Bye

-- 
Francois Deppierraz <francois.deppierraz <email protected>>
Nimag Networks Sàrl - www.nimag.net
PGP Key ID: 9D283BC9

--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>