#1991 - Missing columns from digestives_tin table This is a spacer post for a website comment topic. The content this topic relates to: #1991 - Missing columns from digestives_tin table By Guest posted 27th Jul 2015, 1:17 PM Do not fill this field in. For reference, change is diff --git a/adminzone/pages/modules/admin_version.php b/adminzone/pages/modules/admin_version.php index 06850e1..8f0f774 100644 --- a/adminzone/pages/modules/admin_version.php +++ b/adminzone/pages/modules/admin_version.php @@ -486,7 +486,7 @@ class Module_admin_version $GLOBALS['SITE_DB']->create_table('digestives_tin', array( // Notifications queued up ready for the regular digest email 'id' => '*AUTO', 'd_subject' => 'LONG_TEXT', - 'd_message' => 'LONG_TRANS', + 'd_message' => 'LONG_TRANS__COMCODE', 'd_from_member_id' => '?MEMBER', 'd_to_member_id' => 'MEMBER', 'd_priority' => 'SHORT_INTEGER', but needs manual DB edit if not reinstalling 0 guests and 0 members have recently viewed this. Sort: Relevance Newest first Oldest first Rating Popularity
diff --git a/adminzone/pages/modules/admin_version.php b/adminzone/pages/modules/admin_version.php
index 06850e1..8f0f774 100644
--- a/adminzone/pages/modules/admin_version.php
+++ b/adminzone/pages/modules/admin_version.php
@@ -486,7 +486,7 @@ class Module_admin_version
$GLOBALS['SITE_DB']->create_table('digestives_tin', array( // Notifications queued up ready for the regular digest email
'id' => '*AUTO',
'd_subject' => 'LONG_TEXT',
- 'd_message' => 'LONG_TRANS',
+ 'd_message' => 'LONG_TRANS__COMCODE',
'd_from_member_id' => '?MEMBER',
'd_to_member_id' => 'MEMBER',
'd_priority' => 'SHORT_INTEGER',
but needs manual DB edit if not reinstalling