Skip to content

Commit

Permalink
Fix #277
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysurac committed Mar 1, 2017
1 parent 61adbf8 commit d978221
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions require/class.Stats.php
Original file line number Diff line number Diff line change
Expand Up @@ -971,8 +971,6 @@ public function deleteStatsByType($type,$stats_airline = '', $filter_name = '')
} catch(PDOException $e) {
echo "error : ".$e->getMessage();
}
$all = $sth->fetchAll(PDO::FETCH_ASSOC);
return $all;
}
public function getSumStats($type,$year,$stats_airline = '',$filter_name = '',$month = '') {
if ($filter_name == '') $filter_name = $this->filter_name;
Expand Down

0 comments on commit d978221

Please sign in to comment.