From 033935c19406c8468ed75fdd15a3a532f4e25319 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Tue, 12 Oct 2010 20:29:04 -0700 Subject: cleanup to ensure protocol version is passed properly. We will need it if/when any incompatible protocol changes are introduced. --- 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 f6a85fbab..3c16e2560 100644 --- a/mod/dfrn_request.php +++ b/mod/dfrn_request.php @@ -197,7 +197,7 @@ function dfrn_request_post(&$a) { } - if($network == 'dfrn') { + if($network === 'dfrn') { $ret = q("SELECT * FROM `contact` WHERE `uid` = %d AND `url` = '%s' LIMIT 1", intval($uid), dbesc($url) -- cgit v1.2.3