Commit info for scoop/struct:

Modified Files:
	scoop.sql 
Log Message:
Bug 19 edit queue cron incorrect in cron db. Patch from janra.
--hulver


Index: scoop.sql
===================================================================
RCS file: /cvs/scoop/scoop/struct/scoop.sql,v
retrieving revision 1.182
retrieving revision 1.183
diff -r1.182 -r1.183
1c1
< -- MySQL dump 9.09
---
> -- MySQL dump 9.10
5c5
< -- Server version	4.0.16
---
> -- Server version	4.0.17-log
48c48
< INSERT INTO ad_info VALUES (1,'text_ad_template','7981192.png','http://scoop.kuro5hin.org','The swiss army chainsaw of Content Management',NULL,NULL,NULL,NULL,NULL,1,NULL,1,'Scoop','2001-12-21 09:39:12',0,1,0,NULL,0,0,0.00,NULL,NULL,NULL,1,NULL);
---
> INSERT INTO ad_info VALUES (1,'text_ad_template','7981192.png','http://scoop.kuro5hin.org','The swiss army chainsaw of Content Management',NULL,NULL,NULL,NULL,NULL,1,NULL,1,'Scoop','2001-12-21 09:39:12',0,1,0,NULL,0,0,"0.00",NULL,NULL,NULL,1,NULL);
115c115
< INSERT INTO ad_types VALUES ('text_ad_template','Simple Text Ad','This is a simple text advertisement that allows a title, some text, and a link to your site.','Put in your title, text, and where you want to link to below.',NULL,50,NULL,20,2.50,1,1000,1000000,1,0);
---
> INSERT INTO ad_types VALUES ('text_ad_template','Simple Text Ad','This is a simple text advertisement that allows a title, some text, and a link to your site.','Put in your title, text, and where you want to link to below.',NULL,50,NULL,20,"2.50",1,1000,1000000,1,0);
516c516
< INSERT INTO cron VALUES ('edit_queue','cron_edit_queue',3600,'0000-00-00 00:00:00',0,0);
---
> INSERT INTO cron VALUES ('edit_queue','cron_edit_queue',3600,'0000-00-00 00:00:00',0,1);
821a822,826
> INSERT INTO patches VALUES ('1_0-dev',24,'Macros','sql');
> INSERT INTO patches VALUES ('1_0-dev',24,NULL,'post');
> INSERT INTO patches VALUES ('1_0-dev',25,'DiaryTopics','sql');
> INSERT INTO patches VALUES ('1_0-dev',25,NULL,'post');
> INSERT INTO patches VALUES ('1_0-dev',26,'EditQueueCron','sql');