bug fixes

This commit is contained in:
Mike Macgirvin
2010-07-19 05:24:22 -07:00
parent 9b0584e593
commit bbe53699f2
10 changed files with 29 additions and 26 deletions

View File

@@ -1,8 +1,5 @@
<?php
function login_content(&$a) {
// return login($a->config['register_enabled']);
return login(($a->config['register_policy'] == REGISTER_CLOSED) ? false : true);
}