this is unnecessary

git-svn-id: file:///home/shish/svn/shimmie2/trunk@73 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2007-05-07 13:56:25 +00:00
parent 0f0b7f77b5
commit d32a64cb56

View file

@ -390,9 +390,6 @@ class UserPage extends Extension {
if($config->get_bool("login_signup_enabled")) {
$html .= "<small><a href='".make_link("user/create")."'>Create Account</a></small>";
}
else {
$html .= "<small>Account creation disabled</small>";
}
return $html;
}
// }}}