fixed another left-over ...

Signed-off-by: Roland Häder <roland@mxchange.org>
pull/5258/head
Roland Häder 2018-05-15 23:25:30 +02:00
rodzic a5dba628c4
commit 1567eb0791
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B72F8185C6C7BD78
1 zmienionych plików z 0 dodań i 7 usunięć

Wyświetl plik

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