mirror of
https://github.com/friendica/friendica
synced 2025-04-25 07:50:10 +00:00
Rename DBA::clean_query to DBA::cleanQuery
This commit is contained in:
parent
910e832dc2
commit
abbaaf5aa5
3 changed files with 5 additions and 5 deletions
|
@ -28,7 +28,7 @@ function q($sql) {
|
|||
return false;
|
||||
}
|
||||
|
||||
$sql = DBA::clean_query($sql);
|
||||
$sql = DBA::cleanQuery($sql);
|
||||
$sql = DBA::anyValueFallback($sql);
|
||||
|
||||
$stmt = @vsprintf($sql, $args);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue