X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Fregister.php;h=85e1f9faa098b6af371e408e4f3b8677982acbfa;hb=bcb672e7ff859168b639ffffc38553bbcf7e918c;hp=a8d81f1f6bb1360dfa548bea16cc284fbc648425;hpb=2637831d9056862f7c3db718702116ef4652629a;p=friendica.git diff --git a/mod/register.php b/mod/register.php index a8d81f1f6b..85e1f9faa0 100644 --- a/mod/register.php +++ b/mod/register.php @@ -201,7 +201,7 @@ function register_post(&$a) { $r = q("INSERT INTO `user` ( `guid`, `username`, `password`, `email`, `openid`, `nickname`, `pubkey`, `prvkey`, `spubkey`, `sprvkey`, `register_date`, `verified`, `blocked` ) VALUES ( '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', %d, %d )", - dbesc(generate_guid()), + dbesc(generate_user_guid()), dbesc($username), dbesc($new_password_encoded), dbesc($email), @@ -501,8 +501,7 @@ function register_content(&$a) { } - $license = t('Shared content is covered by the Creative Commons Attribution 3.0 license.'); - + $license = ''; $o = get_markup_template("register.tpl"); $o = replace_macros($o, array(