]> git.mxchange.org Git - friendica.git/commitdiff
roll back "real people preferred" message - ineffectual
authorFriendika <info@friendika.com>
Fri, 11 Mar 2011 22:48:58 +0000 (14:48 -0800)
committerFriendika <info@friendika.com>
Fri, 11 Mar 2011 22:48:58 +0000 (14:48 -0800)
boot.php
mod/register.php

index 1412f1f91228e3fbaa6f74bfdf2c9e9f2fc5943a..bbaa8324d6743af3334cfaefb73c59df1c11273b 100644 (file)
--- 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   );
 
index 13d770fdab2926d6f8c1b73696e40c1f6fd8aabd..fdf488b1a75e96a01e1e56ab4270406fc1963b4c 100644 (file)
@@ -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 = '<input type="hidden" name="profile_publish_reg" value="1" />';