>     /*
>     ** Workaround for MSIE 5 Macintosh setcookie problem.
>     */
>     if(ereg("MSIE 5.0", $HTTP_USER_AGENT) && ereg("Mac",
$HTTP_USER_AGENT))
>     {
>         define("USE_FLAT_URLS", FALSE);
>         define("USE_COOKIES", FALSE);
>         define("USE_ONLY_COOKIES", FALSE);
>     }

It's slightly more efficient to use strstr() instead of ereg, BTW. :)

> Bug:
>
> department; using sampledb.sql data and flattened URL's the links don't
take
> you anywhere as the names contain spaces ...rawurlencode() seems to sort
the
> problem.

Yep.  IE deals with spaces OK, but Nav doesn't.  I fixed it.

Leon


_______________________________________________
FreeTrade-dev mailing list
[EMAIL PROTECTED]
http://share.whichever.com/mailman/listinfo/freetrade-dev

Reply via email to