diff options
Diffstat (limited to 'mod/register.php')
-rw-r--r-- | mod/register.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mod/register.php b/mod/register.php index 5fceebd4b..85e1f9faa 100644 --- a/mod/register.php +++ b/mod/register.php @@ -501,8 +501,7 @@ function register_content(&$a) { } - $license = cc_license(); - + $license = ''; $o = get_markup_template("register.tpl"); $o = replace_macros($o, array( |