mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-03 17:59:21 +02:00
Replaced almost every dba::query to dba::read or dba::write.
This commit is contained in:
parent
9b3232ba29
commit
a7838e2a13
20 changed files with 2463 additions and 2463 deletions
|
@ -54,7 +54,7 @@ function check_database($host,$username,$pass) {
|
|||
function check_database_inserted($dbh,$db_name) {
|
||||
|
||||
$sql = "DESCRIBE session";
|
||||
$db_results = Dba::query($sql);
|
||||
$db_results = Dba::read($sql);
|
||||
|
||||
if (!$db_results) {
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue