From: Roland Häder Date: Thu, 26 Jan 2017 15:07:30 +0000 (+0100) Subject: more spaces + some curly spaces added X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c7e256f9de8cde263b8c5618d42c892b0cc20693;p=friendica.git more spaces + some curly spaces added Signed-off-by: Roland Häder --- diff --git a/include/text.php b/include/text.php index b7f7b5abb1..6a11a8b372 100644 --- a/include/text.php +++ b/include/text.php @@ -1918,8 +1918,15 @@ function file_tag_save_file($uid, $item, $file) return true; } +<<<<<<< HEAD function file_tag_unsave_file($uid, $item, $file, $cat = false) { +======= +function file_tag_unsave_file($uid, $item, $file, $cat = false) { + require_once "include/files.php"; + + $result = false; +>>>>>>> more spaces + some curly spaces added if (! intval($uid)) { return false; }