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 1a61cee5a7
commit c7e256f9de
No known key found for this signature in database
GPG Key ID: B72F8185C6C7BD78
1 changed files with 7 additions and 0 deletions

View File

@ -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;
}