syntax on sql
This commit is contained in:
parent
4229debff8
commit
79e2ae3791
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ class Photo {
|
||||||
`allow_cid` = '%s',
|
`allow_cid` = '%s',
|
||||||
`allow_gid` = '%s',
|
`allow_gid` = '%s',
|
||||||
`deny_cid` = '%s',
|
`deny_cid` = '%s',
|
||||||
`deny_gid` = '%s',
|
`deny_gid` = '%s'
|
||||||
where id = %d limit 1",
|
where id = %d limit 1",
|
||||||
|
|
||||||
intval($uid),
|
intval($uid),
|
||||||
|
|
Loading…
Reference in a new issue