more spaces + some curly spaces added
authorRoland Häder <roland@mxchange.org>
Thu, 26 Jan 2017 15:07:30 +0000 (16:07 +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 c9ab0b9..14379f6 100644 (file)
@@ -1919,8 +1919,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;
        }