[geeklog-devel] [geeklog-cvs] Geeklog-1.x/plugins/links functions.inc, 1.93, 1.94
Joe Mucchiello
joe at ThrowingDice.com
Mon Dec 31 12:22:55 EST 2007
At 05:41 AM 12/31/2007, you wrote:
> $content = stripslashes($A['category']);
>! $url = $_CONF['site_url'] .
>'/links/portal.php?what=category&item=' . urlencode($A['cid']);
>! $breadcrumb = COM_createLink($content, $url) .
>$separator . $breadcrumb;
Similarly, the stripslashes is probably not needed. All it does is
prevent you from making a category like "/// Cool Stuff \\\". There
should only be one call to stripslashes anywhere in Geeklog and
that's in COM_stripslashes.
----
Joe Mucchiello
Throwing Dice Games
http://www.throwingdice.com
More information about the geeklog-devel
mailing list