Skip to content

Commit

Permalink
Removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Compizfox committed Sep 30, 2014
1 parent 77a7313 commit 9ccd15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backlog/include/classes.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ function listPurchases() {
}

class purchase {
private $id, $shop, $price, $valuta, $date, $note, $numGames;
private $id, $shop, $price, $date, $note, $numGames;

function __construct($id) {
global $mysqli;
Expand Down

0 comments on commit 9ccd15b

Please sign in to comment.