Skip to content

Commit

Permalink
removing redundant uninstall code, deleting tables that were never cr…
Browse files Browse the repository at this point in the history
…eated
  • Loading branch information
chris-wm committed Apr 3, 2015
1 parent 8559919 commit 6b3e3a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions upload/admin/model/payment/amazon_login_pay.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ public function install() {

public function uninstall() {
$this->db->query("DROP TABLE IF EXISTS `" . DB_PREFIX . "amazon_login_pay_order`;");
$this->db->query("DROP TABLE IF EXISTS `" . DB_PREFIX . "amazon_login_pay_order_product`;");
$this->db->query("DROP TABLE IF EXISTS `" . DB_PREFIX . "amazon_login_pay_order_report`;");
$this->db->query("DROP TABLE IF EXISTS `" . DB_PREFIX . "amazon_login_pay_order_total_tax`;");
$this->db->query("DROP TABLE IF EXISTS `" . DB_PREFIX . "amazon_login_pay_order_transaction`;");
}
Expand Down

0 comments on commit 6b3e3a6

Please sign in to comment.