1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

- fix smiley emotion

- some language pack updates
- profile field updates


git-svn-id: file:///svn/phpbb/trunk@5132 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2005-04-30 14:12:21 +00:00
parent 20fda3315f
commit f6df4a9993
5 changed files with 212 additions and 185 deletions

View File

@@ -1420,6 +1420,7 @@ function delete_forum_content($forum_id)
switch (SQL_LAYER)
{
case 'mysql4':
case 'mysqli':
// Select then delete all attachments
$sql = 'SELECT a.topic_id
FROM ' . POSTS_TABLE . ' p, ' . ATTACHMENTS_TABLE . " a