This commit is contained in:
dave 2009-09-26 20:41:54 +00:00
parent aaac5b4806
commit 39c350c91f

View File

@ -419,7 +419,7 @@ function user_delete($u, $type=false)
call_user_func("user_delete_$type", $u);
} else {
/* Delete the whole user */
if(is_array($u['types']) {
if(is_array($u['types'])) {
foreach($u['types'] as $t) call_user_func("user_delete_$t", $u);
}
$finish_delete = true;