mirror of
https://github.com/friendica/friendica
synced 2025-04-27 01:10:14 +00:00
Rename dbesc to DBA::escape
This commit is contained in:
parent
d3a598f589
commit
a6fb3568f9
79 changed files with 665 additions and 670 deletions
|
@ -58,8 +58,8 @@ class Mail
|
|||
$reply = true;
|
||||
$r = q("SELECT `convid` FROM `mail` WHERE `uid` = %d AND (`uri` = '%s' OR `parent-uri` = '%s') LIMIT 1",
|
||||
intval(local_user()),
|
||||
dbesc($replyto),
|
||||
dbesc($replyto)
|
||||
DBA::escape($replyto),
|
||||
DBA::escape($replyto)
|
||||
);
|
||||
if (DBA::isResult($r)) {
|
||||
$convid = $r[0]['convid'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue