diff options
author | friendica <info@friendica.com> | 2012-07-24 21:03:15 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-24 21:03:15 -0700 |
commit | ea13ece8901519d6a0f765eb573b75a2f13aa4c1 (patch) | |
tree | c19eccf73ec2e12cc87e474794d1e6d7498bb62f /include/Photo.php | |
parent | 4b36e41b098ae805d8a25e1c4ce7f38161418eea (diff) | |
download | volse-hubzilla-ea13ece8901519d6a0f765eb573b75a2f13aa4c1.tar.gz volse-hubzilla-ea13ece8901519d6a0f765eb573b75a2f13aa4c1.tar.bz2 volse-hubzilla-ea13ece8901519d6a0f765eb573b75a2f13aa4c1.zip |
rev update
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 1044155b5..e870a2507 100644 --- a/include/Photo.php +++ b/include/Photo.php @@ -545,7 +545,7 @@ class Photo { else { $r = q("INSERT INTO `photo` ( `uid`, `contact-id`, `resource-id`, `created`, `edited`, `filename`, type, `album`, `height`, `width`, `data`, `scale`, `profile`, `allow_cid`, `allow_gid`, `deny_cid`, `deny_gid` ) - VALUES ( %d, %d, '%s', '%s', '%s', '%s', '%s', '%s', '%s', %d, %d, '%s', %d, %d, '%s', '%s', '%s', '%s' )", + VALUES ( %d, %d, '%s', '%s', '%s', '%s', '%s', '%s', %d, %d, '%s', %d, %d, '%s', '%s', '%s', '%s' )", intval($uid), intval($cid), dbesc($rid), |