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() { function isBlocked() {
if (parseInt(this.blocked,10)) { if (parseInt(this.blocked,10))
res.message = "Sorry, you were blocked by an Administrator!";
return true; return true;
} else return false;
return false;
} }