fixed another left-over ...
Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
parent
a5dba628c4
commit
1567eb0791
|
@ -1883,15 +1883,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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue