]> 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:50:01 +0000 (22:50 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
include/text.php

index 14379f6ff87419c4e0687c8013784f7c5919d431..c9ab0b94305a8fc2e02d698e11e5be1045459a7e 100644 (file)
@@ -1919,15 +1919,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;
        }