diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2005-04-30 14:12:21 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2005-04-30 14:12:21 +0000 |
| commit | f6df4a9993ac5a78b2e00c8f72e15469060e3f2b (patch) | |
| tree | bddf931553ddfe02734cc8118da96e807eee8d95 /phpBB/adm/admin_forums.php | |
| parent | 20fda3315f10970d6fd81cfababbb4b65a3c20cd (diff) | |
| download | forums-f6df4a9993ac5a78b2e00c8f72e15469060e3f2b.tar forums-f6df4a9993ac5a78b2e00c8f72e15469060e3f2b.tar.gz forums-f6df4a9993ac5a78b2e00c8f72e15469060e3f2b.tar.bz2 forums-f6df4a9993ac5a78b2e00c8f72e15469060e3f2b.tar.xz forums-f6df4a9993ac5a78b2e00c8f72e15469060e3f2b.zip | |
- fix smiley emotion
- some language pack updates
- profile field updates
git-svn-id: file:///svn/phpbb/trunk@5132 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/admin_forums.php')
| -rw-r--r-- | phpBB/adm/admin_forums.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/adm/admin_forums.php b/phpBB/adm/admin_forums.php index 5ec50c9832..0a6180499a 100644 --- a/phpBB/adm/admin_forums.php +++ b/phpBB/adm/admin_forums.php @@ -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 |
