phpbb/phpBB/includes/notification
Nathan Guse 471ca5e7dc [ticket/11103] Change is_disabled to is_enabled
If you're following along and would like to update your DB, you can run
the following queries to do so:

ALTER TABLE phpbb_notifications CHANGE `is_disabled` `is_enabled`
TINYINT( 1 ) NOT NULL DEFAULT  '1';

UPDATE `phpbb_notifications` SET is_enabled = 1;

PHPBB3-11103
2012-10-19 15:50:32 -05:00
..
method [ticket/11103] Interface docblocks 2012-10-18 19:13:47 -05:00
type [ticket/11103] Change is_disabled to is_enabled 2012-10-19 15:50:32 -05:00
manager.php [ticket/11103] Change is_disabled to is_enabled 2012-10-19 15:50:32 -05:00