VbzCart/procs/Upd CatPages

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< VbzCart‎ | procs
Revision as of 18:33, 8 March 2009 by Woozle (talk | contribs) (link to _cat_pages at its new address)
Jump to navigation Jump to search

About

Updates:

  1. REDIRECT Template:l/vc/query -> cat_pages

SQL

<mysql>CREATE PROCEDURE Upd_CatPages()

 REPLACE INTO cat_pages
 SELECT * FROM _cat_pages
 ORDER BY Path;</mysql>