From 2d0f44daf4ac951b850fdea3d8e31c1fbd54a661 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sun, 27 May 2001 16:11:57 +0000 Subject: Introduce a global switch for smilies git-svn-id: file:///svn/phpbb/trunk@345 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/db/mysql_schema.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/db/mysql_schema.sql') diff --git a/phpBB/db/mysql_schema.sql b/phpBB/db/mysql_schema.sql index dcd4a7ffec..41e3344908 100644 --- a/phpBB/db/mysql_schema.sql +++ b/phpBB/db/mysql_schema.sql @@ -48,6 +48,7 @@ CREATE TABLE phpbb_config ( sitename varchar(100), allow_html tinyint(1), allow_bbcode tinyint(1), + allow_smilies tinyint(1), allow_sig tinyint(1), allow_namechange tinyint(1), allow_theme_create tinyint(1), -- cgit v1.2.1