mirror of
https://github.com/friendica/friendica
synced 2025-04-26 07:50:15 +00:00
Fix unused code in include (second pass)
This commit is contained in:
parent
3b23f89ca2
commit
35a18f6825
7 changed files with 18 additions and 34 deletions
|
@ -505,7 +505,7 @@ function notification($params)
|
|||
$itemlink = System::baseUrl().'/notify/view/'.$notify_id;
|
||||
$msg = replace_macros($epreamble, array('$itemlink' => $itemlink));
|
||||
$msg_cache = format_notification_message($datarray['name_cache'], strip_tags(bbcode($msg)));
|
||||
$r = q("UPDATE `notify` SET `msg` = '%s', `msg_cache` = '%s' WHERE `id` = %d AND `uid` = %d",
|
||||
q("UPDATE `notify` SET `msg` = '%s', `msg_cache` = '%s' WHERE `id` = %d AND `uid` = %d",
|
||||
dbesc($msg),
|
||||
dbesc($msg_cache),
|
||||
intval($notify_id),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue