enumerate required php modules

This commit is contained in:
Friendika 2010-11-16 15:38:56 -08:00
parent efd8ab6c72
commit 22f7ffc2d7
2 changed files with 2 additions and 2 deletions

View File

@ -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

View 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.');