aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/schema_data.sql
diff options
context:
space:
mode:
authorJonathan Stanley <shs@users.sourceforge.net>2007-05-15 03:55:09 +0000
committerJonathan Stanley <shs@users.sourceforge.net>2007-05-15 03:55:09 +0000
commit031f9a150531f987f9d3644039c5db6d1cc87530 (patch)
tree3ea7530663120e8a27e9a08e5dd0505146f8760f /phpBB/install/schemas/schema_data.sql
parentbf48ff6014da0ba38dabb5f2a126052b645e74db (diff)
downloadforums-031f9a150531f987f9d3644039c5db6d1cc87530.tar
forums-031f9a150531f987f9d3644039c5db6d1cc87530.tar.gz
forums-031f9a150531f987f9d3644039c5db6d1cc87530.tar.bz2
forums-031f9a150531f987f9d3644039c5db6d1cc87530.tar.xz
forums-031f9a150531f987f9d3644039c5db6d1cc87530.zip
Thatbitextra, the one prepping the prosilver SDK has a 16x16 blushy face topic icon pending, so have resized Daz's one and made the filename less waffly as a placeholder. :)
git-svn-id: file:///svn/phpbb/trunk@7579 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/schemas/schema_data.sql')
-rw-r--r--phpBB/install/schemas/schema_data.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql
index 7b10f15afc..c342206f66 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -647,7 +647,7 @@ INSERT INTO phpbb_smilies (code, smiley_url, emotion, smiley_width, smiley_heigh
# -- icons
INSERT INTO phpbb_icons (icons_url, icons_width, icons_height, icons_order, display_on_posting) VALUES ('misc/fire.gif', 16, 16, 1, 1);
-INSERT INTO phpbb_icons (icons_url, icons_width, icons_height, icons_order, display_on_posting) VALUES ('smile/redface_anim.gif', 19, 19, 9, 1);
+INSERT INTO phpbb_icons (icons_url, icons_width, icons_height, icons_order, display_on_posting) VALUES ('smile/redface.gif', 16, 16, 9, 1);
INSERT INTO phpbb_icons (icons_url, icons_width, icons_height, icons_order, display_on_posting) VALUES ('smile/mrgreen.gif', 16, 16, 10, 1);
INSERT INTO phpbb_icons (icons_url, icons_width, icons_height, icons_order, display_on_posting) VALUES ('misc/heart.gif', 16, 16, 4, 1);
INSERT INTO phpbb_icons (icons_url, icons_width, icons_height, icons_order, display_on_posting) VALUES ('misc/star.gif', 16, 16, 2, 1);