Merge pull request #112 from er1cs/patch-1

Update functions.inc.php
pull/116/head
David Goodwin 8 years ago committed by GitHub
commit 24b447f8e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1802,7 +1802,7 @@ function table_by_key ($table_key) {
$table = $CONF['database_tables'][$table_key];
}
return $CONF['database_prefix'].$table;
return $CONF['database_prefix']."`".$table."`";
}
/*

Loading…
Cancel
Save