Possible Fix #135 . PHP error notice during character soft deletion.

This commit is contained in:
Stefan Brannfjell 2014-08-31 13:51:42 +02:00
parent 0f0d87a0a0
commit 5e21a2b8a9

View File

@ -213,6 +213,7 @@ if (!empty($_POST['selected_comment'])) {
user_delete_character(user_character_id($delete['character_name']));
mysql_update('UPDATE `znote_deleted_characters` SET `done` = 1');
echo '<b>Character ' . $delete['character_name'] . ' has been deleted</b>. This operation was requested by owner of this account.';
$char_count--;
}
}
?>