Skip to content

Commit

Permalink
Update functions_database_cleaner.php
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSheer committed Oct 18, 2016
1 parent f4b864c commit 56f0ea3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions includes/database_cleaner/functions_database_cleaner.php
Expand Up @@ -460,6 +460,7 @@ function fetch_cleaner_data(&$data, $phpbb_version)
case '3_1_7_pl1':
case '3_1_8' :
case '3_1_9' :
case '3_1_10' :
// The extension group names have been changed, remove the old ones
foreach ($data->extension_groups as $key => $null)
{
Expand Down Expand Up @@ -625,6 +626,7 @@ function get_keys($table_name)
break;

case 'mysql4':
case 'mysqli':
$sql = 'SHOW KEYS
FROM ' . $table_name;
$col = 'Key_name';
Expand Down

0 comments on commit 56f0ea3

Please sign in to comment.