[ic] [/page]

Rick Bragg lists at gmnet.net
Fri Apr 11 15:05:43 UTC 2008


On Wed, 2008-04-09 at 12:03 -0500, Steve Graham wrote:
> Upgraded a catalog to 5.5.x
> 
> I can't remember the conversation exactly, but I though [/page] was 
> going to be left in as a redundant </a>.
> 
> Don't have much code involved, but I used [/page] in some of my real old code.
> 
> Steve 


Also, I think that [/order] is gone too, but I'm not sure.

Just for a quick reference, this is what I did to replace all [/page]
and [/order] with </a>

cd to your catalog root, then:

find . -print | xargs perl -i -pe "s/\[\/page\]/<\/a>/g"
find . -print | xargs perl -i -pe "s/\[\/order\]/<\/a>/g"

rick





More information about the interchange-users mailing list