Update of /cvs/scoop/scoop/struct/patch-files/current
In directory lithium.sabren.com:/tmp/cvs-serv4402/struct/patch-files/current

Modified Files:
	README 
Added Files:
	patch-13-RemoveForumZilla.sql 
Log Message:
Dropping ForumZilla support, since no one uses it and no one has ever used it
as far as anyone can tell. -j


Index: README
===================================================================
RCS file: /cvs/scoop/scoop/struct/patch-files/current/README,v
retrieving revision 1.103
retrieving revision 1.104
diff -C2 -d -r1.103 -r1.104
*** README	27 Jan 2005 19:37:17 -0000	1.103
--- README	27 Jan 2005 22:40:03 -0000	1.104
***************
*** 68,71 ****
--- 68,74 ----
  	but doesn't change the comment threading.
  
+ Jan 27 2:42 patch-13-RemoveForumZilla.sql
+ 	Drops the boxes, blocks, and ops that support ForumZilla.
+ 
  Any problems, email scoop-help at lists.kuro5hin.org (don't forget to join!)
  join here: http://lists.kuro5hin.org/mailman/listinfo/scoop-help

--- NEW FILE: patch-13-RemoveForumZilla.sql ---
delete from box where boxid in ('fzdescribe', 'fzdisplay');
delete from blocks where bid in ('fzdisplay_template', 'fz_ad_url', 'fz_navigation_url', 'rss_template', 'rss_box');
delete from ops where op in ('fz', 'fzdisplay');