| 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
|