aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/admin_database.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/adm/admin_database.php')
-rw-r--r--phpBB/adm/admin_database.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/admin_database.php b/phpBB/adm/admin_database.php
index b6d7586242..6d217fbafc 100644
--- a/phpBB/adm/admin_database.php
+++ b/phpBB/adm/admin_database.php
@@ -802,11 +802,11 @@ function get_table_def_mysql($table, $crlf)
if (get_magic_quotes_runtime())
{
- return(stripslashes($schema_create));
+ return stripslashes($schema_create);
}
else
{
- return($schema_create);
+ return $schema_create;
}
} // End get_table_def_mysql