diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2003-10-10 15:58:34 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2003-10-10 15:58:34 +0000 |
commit | 2094094b766114f327defc1987e20d0d826eaa88 (patch) | |
tree | 9d513be4069747b5adb6138b8294ed630781d279 /phpBB/includes/functions_posting.php | |
parent | d585b01f7867151fd82310d554112d5ab08346c4 (diff) | |
download | forums-2094094b766114f327defc1987e20d0d826eaa88.tar forums-2094094b766114f327defc1987e20d0d826eaa88.tar.gz forums-2094094b766114f327defc1987e20d0d826eaa88.tar.bz2 forums-2094094b766114f327defc1987e20d0d826eaa88.tar.xz forums-2094094b766114f327defc1987e20d0d826eaa88.zip |
group by smile_url
git-svn-id: file:///svn/phpbb/trunk@4548 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_posting.php')
-rw-r--r-- | phpBB/includes/functions_posting.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php index c0ee0c35c9..b106799c7b 100644 --- a/phpBB/includes/functions_posting.php +++ b/phpBB/includes/functions_posting.php @@ -52,6 +52,7 @@ function generate_smilies($mode, $forum_id) $sql = 'SELECT * FROM ' . SMILIES_TABLE . (($mode == 'inline') ? ' WHERE display_on_posting = 1 ' : '') . ' + GROUP BY smile_url ORDER BY smile_order'; $result = $db->sql_query($sql, 3600); |