]> git.mxchange.org Git - friendica.git/commitdiff
added spaces + some curly braces + some usage of dbm::is_result()
authorRoland Häder <roland@mxchange.org>
Thu, 26 Jan 2017 14:23:30 +0000 (15:23 +0100)
committerRoland Häder <roland@mxchange.org>
Mon, 14 May 2018 20:49:55 +0000 (22:49 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
include/text.php

index 6a11a8b372ed2f5367dc11479a089fb004cedb42..b7f7b5abb13e377b1f686d2f58b94c044057d95c 100644 (file)
@@ -1918,15 +1918,8 @@ 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;
        }