diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-08-09 22:58:58 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-08-09 22:58:58 -0700 |
commit | 6fa55579948f0d6fa12a301ddd33baae49240a73 (patch) | |
tree | c87a5550be5ab64462f944ace4a8a2adfc345aa8 /mod/dfrn_request.php | |
parent | d11c1c63c02e88b3c73336741a2240ccc18d3b02 (diff) | |
download | volse-hubzilla-6fa55579948f0d6fa12a301ddd33baae49240a73.tar.gz volse-hubzilla-6fa55579948f0d6fa12a301ddd33baae49240a73.tar.bz2 volse-hubzilla-6fa55579948f0d6fa12a301ddd33baae49240a73.zip |
post branch fixes
Diffstat (limited to 'mod/dfrn_request.php')
-rw-r--r-- | mod/dfrn_request.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/dfrn_request.php b/mod/dfrn_request.php index 7ba81681f..39ff920fa 100644 --- a/mod/dfrn_request.php +++ b/mod/dfrn_request.php @@ -283,7 +283,7 @@ function dfrn_request_post(&$a) { // find the contact record we just created if($r) { $r = q("SELECT `id` FROM `contact` - WHERE `uid` = '%s' AND `url` = '%s' AND `issued-id` = '%s' LIMIT 1", + WHERE `uid` = %d AND `url` = '%s' AND `issued-id` = '%s' LIMIT 1", intval($uid), $parms['url'], $parms['issued-id'] |