aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorMarek A. R <aptx@phpbb.com>2009-07-16 17:57:05 +0000
committerMarek A. R <aptx@phpbb.com>2009-07-16 17:57:05 +0000
commita7776919945450eb2c0a37af30b35695f93fae51 (patch)
tree5c9e13a93cf8c2f8313136f8a7a2302b521b5f14 /phpBB/install
parent7a5db8b55d163ae4b0b0bd433362dbbe8cbbfdf4 (diff)
downloadforums-a7776919945450eb2c0a37af30b35695f93fae51.tar
forums-a7776919945450eb2c0a37af30b35695f93fae51.tar.gz
forums-a7776919945450eb2c0a37af30b35695f93fae51.tar.bz2
forums-a7776919945450eb2c0a37af30b35695f93fae51.tar.xz
forums-a7776919945450eb2c0a37af30b35695f93fae51.zip
- Add pagination for icons and smilies in the ACP and smilies in the smiley popup
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9763 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
-rw-r--r--phpBB/install/schemas/schema_data.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql
index 0c5b527c9d..5799abcff7 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -228,6 +228,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('session_length', '
INSERT INTO phpbb_config (config_name, config_value) VALUES ('site_desc', '{L_CONFIG_SITE_DESC}');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('sitename', '{L_CONFIG_SITENAME}');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('smilies_path', 'images/smilies');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('smilies_per_page', '50');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('smtp_auth_method', 'PLAIN');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('smtp_delivery', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('smtp_host', '');