diff options
author | Mario <mario@mariovavti.com> | 2024-09-19 06:59:55 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-09-19 06:59:55 +0000 |
commit | 06ac41c005f2d616c1056f4565627eabb4f3f68e (patch) | |
tree | dbe1b8ac6eb70ef6ccb1249f930ca4118867903f /include/attach.php | |
parent | 39ee872f49855cae679a0c5c2747b24bf5d12082 (diff) | |
download | volse-hubzilla-06ac41c005f2d616c1056f4565627eabb4f3f68e.tar.gz volse-hubzilla-06ac41c005f2d616c1056f4565627eabb4f3f68e.tar.bz2 volse-hubzilla-06ac41c005f2d616c1056f4565627eabb4f3f68e.zip |
whitespace
Diffstat (limited to 'include/attach.php')
-rw-r--r-- | include/attach.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/attach.php b/include/attach.php index 28aa14ec6..449721793 100644 --- a/include/attach.php +++ b/include/attach.php @@ -348,7 +348,6 @@ function attach_can_view($uid, $ob_hash, $resource, $token = EMPTY_STR) { $sql_extra = permissions_sql($uid, $ob_hash, '', $token); - $r = q("select folder from attach where hash = '%s' and uid = %d $sql_extra", dbesc($resource), intval($uid) |