mirror of
https://github.com/friendica/friendica
synced 2025-04-25 03:10:11 +00:00
Rename DBA::database_name to DBA::databaseName
This commit is contained in:
parent
abbaaf5aa5
commit
591939dfc0
3 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ class DBStructure
|
|||
*/
|
||||
public static function convertToInnoDB() {
|
||||
$r = q("SELECT `TABLE_NAME` FROM `information_schema`.`tables` WHERE `engine` = 'MyISAM' AND `table_schema` = '%s'",
|
||||
dbesc(DBA::database_name()));
|
||||
dbesc(DBA::databaseName()));
|
||||
|
||||
if (!DBM::is_result($r)) {
|
||||
echo L10n::t('There are no tables on MyISAM.')."\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue