From 6fa55579948f0d6fa12a301ddd33baae49240a73 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Mon, 9 Aug 2010 22:58:58 -0700 Subject: post branch fixes --- mod/dfrn_request.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/dfrn_request.php') 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'] -- cgit v1.2.3