Skip to content
This repository has been archived by the owner on Apr 5, 2018. It is now read-only.

Commit

Permalink
further deleted removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Clausi committed May 14, 2015
1 parent e9f1dc8 commit 5b8a300
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions controller/main_controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ public function getGuildById($guild_id)
{
$sql_ary = array(
'guild_id' => $guild_id,
'deleted' => 0,
);

$sql = "SELECT * FROM
Expand Down Expand Up @@ -477,7 +476,6 @@ private function getStandingsByCharacterId($char_id)
{
$sql_ary = array(
'char_id' => $char_id,
'deleted' => 0,
);
$sql = "SELECT * FROM
" . $this->standingsTable . "
Expand Down

0 comments on commit 5b8a300

Please sign in to comment.