Removed another "limit 1"
This commit is contained in:
parent
9afe5c8670
commit
7cec1bbfdf
|
@ -595,7 +595,7 @@ class Photo {
|
|||
`allow_gid` = '%s',
|
||||
`deny_cid` = '%s',
|
||||
`deny_gid` = '%s'
|
||||
where id = %d limit 1",
|
||||
where id = %d",
|
||||
|
||||
intval($uid),
|
||||
intval($cid),
|
||||
|
|
Loading…
Reference in a new issue