Changeset 1116 for trunk/install


Ignore:
Timestamp:
Apr 1, 2006, 3:14:57 AM (18 years ago)
Author:
rub
Message:

[NBM] Step 7: Add functionalities subscribe/unsubscribe:

o reduce length of check_key
o fix bugs
o send mail on subscribe/unsubscribe
o add and used $conf parameters
o review keyword of languages
o improve selection/check
o can subscribe/unsubscribe with a link include on mail
o fix bug mass_update collate

Location:
trunk/install
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/phpwebgallery_structure.sql

    r1094 r1116  
    318318CREATE TABLE `phpwebgallery_user_mail_notification` (
    319319  `user_id` smallint(5) NOT NULL default '0',
    320   `check_key` varchar(128) binary NOT NULL default '',
     320  `check_key` varchar(16) binary NOT NULL default '',
    321321  `enabled` enum('true','false') NOT NULL default 'false',
    322322  `last_send` datetime default NULL,
Note: See TracChangeset for help on using the changeset viewer.