mirror of
https://github.com/friendica/friendica
synced 2024-11-10 04:22:54 +00:00
added spaces + some curly braces + some usage of dbm::is_result()
Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
parent
de50d62b81
commit
47f95855c0
1 changed files with 0 additions and 7 deletions
|
@ -1919,15 +1919,8 @@ function file_tag_save_file($uid, $item, $file)
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
function file_tag_unsave_file($uid, $item, $file, $cat = false)
|
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)) {
|
if (! intval($uid)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue