aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-03-11 14:48:58 -0800
committerFriendika <info@friendika.com>2011-03-11 14:48:58 -0800
commit5e2f0ff05596cf572f5fbd0fc1c43b06a394ee31 (patch)
treea5268ab4ee462befd88e15932554c40fd5b4abbb
parent508636082ecc68f61e82770bb671932be2b353bc (diff)
downloadvolse-hubzilla-5e2f0ff05596cf572f5fbd0fc1c43b06a394ee31.tar.gz
volse-hubzilla-5e2f0ff05596cf572f5fbd0fc1c43b06a394ee31.tar.bz2
volse-hubzilla-5e2f0ff05596cf572f5fbd0fc1c43b06a394ee31.zip
roll back "real people preferred" message - ineffectual
-rw-r--r--boot.php2
-rw-r--r--mod/register.php4
2 files changed, 4 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index 1412f1f91..bbaa8324d 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 13d770fda..fdf488b1a 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 = '<input type="hidden" name="profile_publish_reg" value="1" />';