Skip to content

Commit

Permalink
Removed references to 'cleaned' column
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjasoturi committed Jul 31, 2021
1 parent 0ccb05b commit 6d96836
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion logic/delete_raid.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ function delete_raid($raid_id)
"
DELETE FROM cleanup
WHERE raid_id = '{$raid_id}'
OR cleaned = '{$raid_id}'
"
);

Expand Down
1 change: 0 additions & 1 deletion logic/send_response_vote.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ function get_all_active_raid_channels($update,$data){
SELECT *
FROM cleanup
WHERE raid_id = {$data['id']}
AND cleaned = 0
AND chat_id <> 0
");
// IF Chat was shared only to target channel -> no extra update
Expand Down
1 change: 0 additions & 1 deletion mods/vote_time.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
FROM cleanup
WHERE raid_id = {$data['id']}
AND chat_id = {$config->SHARE_CHATS_AFTER_ATTENDANCE}
AND cleaned = 0
");
// IF Chat was not shared to target channel we want to share it
if ($rs_chann->rowCount() == 0) {
Expand Down

0 comments on commit 6d96836

Please sign in to comment.