From: Friendika Date: Fri, 11 Mar 2011 22:48:58 +0000 (-0800) Subject: roll back "real people preferred" message - ineffectual X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5e2f0ff05596cf572f5fbd0fc1c43b06a394ee31;p=friendica.git roll back "real people preferred" message - ineffectual --- diff --git a/boot.php b/boot.php index 1412f1f912..bbaa8324d6 100644 --- a/boot.php +++ b/boot.php @@ -2,7 +2,7 @@ set_time_limit(0); -define ( 'FRIENDIKA_VERSION', '2.1.914' ); +define ( 'FRIENDIKA_VERSION', '2.1.915' ); define ( 'DFRN_PROTOCOL_VERSION', '2.1' ); define ( 'DB_UPDATE_VERSION', 1040 ); diff --git a/mod/register.php b/mod/register.php index 13d770fdab..fdf488b1a7 100644 --- a/mod/register.php +++ b/mod/register.php @@ -401,7 +401,9 @@ function register_content(&$a) { $oidlabel = t("Your OpenID \x28optional\x29: "); } - $realpeople = t('Members of this network prefer to communicate with real people who use their real names.'); + // I set this and got even more fake names than before... + + $realpeople = ''; // t('Members of this network prefer to communicate with real people who use their real names.'); if(get_config('system','publish_all')) { $profile_publish_reg = '';