remove db close function as it's no longer in use

This commit is contained in:
2018-10-25 23:39:43 -05:00
parent 85ebb7dec4
commit 0eb4e3f3b6

View File

@@ -135,8 +135,6 @@ class MoonCalc {
}
$this->UpdateItemPricing();
//Close the database connection
DBClose($db);
}
private function UpdateItemPricing() {