mirror of
https://github.com/Daichimarukana/uwuzu.git
synced 2026-06-04 19:14:41 +00:00
uwuzu v1.5.3 Combeny
This commit is contained in:
@@ -1913,6 +1913,8 @@ function delete_ueuse($uniqid, $userid, $account_id){
|
||||
$pdo->rollBack();
|
||||
$error_message[] = "リユーズの削除ができませんでした。";
|
||||
actionLog($userid, "error", "delete_ueuse", null, $error_message, 3);
|
||||
}else{
|
||||
$pdo->commit();
|
||||
}
|
||||
} catch(PDOException $e) {
|
||||
$pdo->rollBack();
|
||||
|
||||
Reference in New Issue
Block a user