/[drupal]/contributions/sandbox/megagrunt/modules/enewsletter/update.txt
ViewVC logotype

Contents of /contributions/sandbox/megagrunt/modules/enewsletter/update.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Wed May 11 15:13:11 2005 UTC (4 years, 6 months ago) by MegaGrunt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +28 -0 lines
File MIME type: text/plain
Re-factored email send out functions:
1 Developer Release 8
2 11th May 2005
3 http://www.cortextcommunications.com/node/159
4
5 DATABASE
6 -----------
7
8 CREATE TABLE `enewsletter_sent` (
9 `enewsletter_id` int(10) NOT NULL default '0',
10 `uid` int(10) NOT NULL default '0',
11 `pub_time` int(11) NOT NULL default '0',
12 `sent` int(11) NOT NULL default '0'
13 ) TYPE=MyISAM;
14
15
16 Misc
17 ----------
18
19 Disable and enable the cache to clear it:
20 www.yoursite.com/admin/settings
21 "Cache support:"
22
23
24
25 ************************************
26
27 Developer Release 7
28 27th April 2005
29 http://www.cortextcommunications.com/node/155
30
31 DATABASE
32 -----------
33 ALTER TABLE `enewsletter_templates` ADD `format` INT( 4 ) NOT NULL AFTER `type` ;
34
35 Misc
36 ----------
37 Edit all templates

  ViewVC Help
Powered by ViewVC 1.1.2