minor change

This commit is contained in:
Robert Gaggl 2001-12-10 23:38:21 +00:00
parent 3d72c449e0
commit 55ce2b12e8

View file

@ -20,9 +20,7 @@ function sendConfirmationMail() {
*/
function isBlocked() {
if (parseInt(this.blocked,10)) {
res.message = "Sorry, you were blocked by an Administrator!";
if (parseInt(this.blocked,10))
return true;
} else
return false;
return false;
}