[pLog-svn] Url problem

Ayalon ayalon at blog.nl
Fri May 25 10:24:17 EDT 2007


Hi Guys,

 

My subdomain url problem was using a lot of mem, some of you might know.

 

Made a piece of code that solved my problem. Maybe there's something smarter
to think of.

 

This is added to the linkparser.class:

 

            if(!isset($result['postname']) && isset($result['catname']) &&
isset($result['day']) && isset($result['month']))

            {

                unset($result['catname']);

                unset($result['year']);

                unset($result['month']);

                unset($result['day']);

            }

 

Regards,

Ayalon

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://limedaley.com/pipermail/plog-svn/attachments/20070525/cd9a973b/attachment.htm 


More information about the pLog-svn mailing list