diff options
author | friendica <info@friendica.com> | 2012-06-13 22:34:48 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-13 22:34:48 -0700 |
commit | 79e2ae3791ec092f5be4f5b0b635247df2535089 (patch) | |
tree | c1e58ee64ec755cc2db28947fc0fbaa7472e09a6 /include/Photo.php | |
parent | 4229debff883c01d7f2e80a14b1e0fcba14ad32f (diff) | |
download | volse-hubzilla-79e2ae3791ec092f5be4f5b0b635247df2535089.tar.gz volse-hubzilla-79e2ae3791ec092f5be4f5b0b635247df2535089.tar.bz2 volse-hubzilla-79e2ae3791ec092f5be4f5b0b635247df2535089.zip |
syntax on sql
Diffstat (limited to 'include/Photo.php')
-rw-r--r-- | include/Photo.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Photo.php b/include/Photo.php index da7c49622..aa6f5f113 100644 --- a/include/Photo.php +++ b/include/Photo.php @@ -281,7 +281,7 @@ class Photo { `allow_cid` = '%s', `allow_gid` = '%s', `deny_cid` = '%s', - `deny_gid` = '%s', + `deny_gid` = '%s' where id = %d limit 1", intval($uid), |