]> git.mxchange.org Git - friendica.git/commitdiff
enumerate required php modules
authorFriendika <info@friendika.com>
Tue, 16 Nov 2010 23:38:56 +0000 (15:38 -0800)
committerFriendika <info@friendika.com>
Tue, 16 Nov 2010 23:38:56 +0000 (15:38 -0800)
INSTALL
mod/dfrn_confirm.php

diff --git a/INSTALL b/INSTALL
index 3661fff18265645bccc3e3bd7d6ec941ccd0e972..3362abd7215846f4a5b8f07962d302e3c31388c5 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -9,6 +9,7 @@ local .htaccess file
 encryption support
                - PHP *command line* access with register_argc_argv set to true in the 
 php.ini file
+               - curl, gd, and openssl extensions
 
        - Mysql 5.x
 
index fe9c04f85460d407a7ec26e1ed6349176210f83b..aa751507ac7b0c3c61ca5fd6bb192d753ab452bf 100644 (file)
@@ -419,8 +419,7 @@ function dfrn_confirm_post(&$a,$handsfree = null) {
                }
 
                $r = q("SELECT * FROM `contact` WHERE `dfrn-id` = '%s' LIMIT 1",
-                       dbesc($decrypted_dfrn_id),
-                       intval($local_uid)
+                       dbesc($decrypted_dfrn_id)
                );
                if(count($r)) {
                        $message = t('The ID provided by your system is a duplicate on our system. It should work if you try again.');