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 _______________________________________________ interchange-users mailing list suppressed http://www.icdevgroup.org/mailman/listinfo/interchange-users
Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.