more spaces + some curly spaces added

Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2017-01-26 16:07:30 +01:00
parent fe77e1b538
commit 852ef4021b
No known key found for this signature in database
GPG Key ID: B72F8185C6C7BD78
1 changed files with 7 additions and 0 deletions

View File

@ -1883,8 +1883,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;
}