Project

General

Profile

« Previous | Next » 

Revision 2079

Added by darkviper over 10 years ago

! modules/output_filter added new field `opf` in mod_output_filter.sql

View differences:

branches/2.8.x/CHANGELOG
11 11
! = Update/Change
12 12
===============================================================================
13 13

  
14
07 Jan-2014 Build 2079 Manuela v.d.Decken(DarkViper)
15
! modules/output_filter added new field `opf` in mod_output_filter.sql
14 16
07 Jan-2014 Build 2078 Manuela v.d.Decken(DarkViper)
15 17
! admin/users/languages update
16 18
06 Jan-2014 Build 2077 Manuela v.d.Decken(DarkViper)
branches/2.8.x/wb/admin/interface/version.php
51 51

  
52 52
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
53 53
if(!defined('VERSION')) define('VERSION', '2.8.4');
54
if(!defined('REVISION')) define('REVISION', '2078');
54
if(!defined('REVISION')) define('REVISION', '2079');
55 55
if(!defined('SP')) define('SP', '');
branches/2.8.x/wb/modules/output_filter/sql/mod_output_filter.sql
15 15
--
16 16
DROP TABLE IF EXISTS `{TABLE_PREFIX}mod_output_filter`;
17 17
CREATE TABLE IF NOT EXISTS `{TABLE_PREFIX}mod_output_filter` (
18
  `opf` int(11) NOT NULL DEFAULT '0',
18 19
  `sys_rel` int(11) NOT NULL DEFAULT '0',
19 20
  `email_filter` int(11) NOT NULL DEFAULT '1',
20 21
  `mailto_filter` int(11) NOT NULL DEFAULT '1',
branches/2.8.x/wb/modules/output_filter/sql/data_output_filter.sql
14 14
-- Default Daten für Tabelle `mod_output_filter`
15 15
--
16 16

  
17
INSERT INTO `{TABLE_PREFIX}mod_output_filter` VALUES('0', '1', '1', '{at}', '{dot}');
17
INSERT INTO `{TABLE_PREFIX}mod_output_filter` VALUES(0, 0, 1, 1, '{at}', '{dot}');
18 18
-- EndOfFile

Also available in: Unified diff