added missing return on success

This commit is contained in:
Ralf Becker 2004-03-07 09:53:26 +00:00
parent 7f3f01a602
commit 3803f842f3

View File

@ -729,6 +729,7 @@
}
}
}
return True;
}
/* Used by admin to change ownership on account delete */