aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/database_update.php
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2013-01-15 12:10:07 -0600
committerNathan Guse <nathaniel.guse@gmail.com>2013-01-15 12:10:07 -0600
commit07282a30ae077825ea81a4e26839ac0473dc97b7 (patch)
tree9599fa8903e9c39498dc6bb06e0346f484f68932 /phpBB/install/database_update.php
parent51e0f002eeaf2d55a63feee66ccb37d689f46f55 (diff)
downloadforums-07282a30ae077825ea81a4e26839ac0473dc97b7.tar
forums-07282a30ae077825ea81a4e26839ac0473dc97b7.tar.gz
forums-07282a30ae077825ea81a4e26839ac0473dc97b7.tar.bz2
forums-07282a30ae077825ea81a4e26839ac0473dc97b7.tar.xz
forums-07282a30ae077825ea81a4e26839ac0473dc97b7.zip
[ticket/11103] Fix some various issues, better comments
PHPBB3-11103
Diffstat (limited to 'phpBB/install/database_update.php')
-rw-r--r--phpBB/install/database_update.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index 59274f29ae..57a027cf2a 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -101,6 +101,10 @@ if (!defined('NOTIFICATION_TYPES_TABLE'))
{
define('NOTIFICATION_TYPES_TABLE', $table_prefix . 'notification_types');
}
+if (!defined('NOTIFICATIONS_TYPES_TABLE'))
+{
+ define('NOTIFICATIONS_TYPES_TABLE', $table_prefix . 'notifications_types');
+}
if (!defined('NOTIFICATIONS_TABLE'))
{
define('NOTIFICATIONS_TABLE', $table_prefix . 'notifications');