mirror of
https://github.com/friendica/friendica
synced 2025-04-26 22:30:18 +00:00
Remove unused code in include/
- Remove unused variables
This commit is contained in:
parent
dbc6eb5422
commit
da7706ce61
3 changed files with 0 additions and 4 deletions
|
@ -3735,7 +3735,6 @@ function api_direct_messages_new($type)
|
|||
}
|
||||
|
||||
$replyto = '';
|
||||
$sub = '';
|
||||
if (!empty($_REQUEST['replyto'])) {
|
||||
$r = q(
|
||||
'SELECT `parent-uri`, `title` FROM `mail` WHERE `uid`=%d AND `id`=%d',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue