Skip to content

Commit

Permalink
Line 263 was missing a ` to finish naming the orders table on a Trunc…
Browse files Browse the repository at this point in the history
…ate statement.
  • Loading branch information
josev814 committed Nov 23, 2015
1 parent 16b9d94 commit 8cf858e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/modules/store/store.php
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ function update ($db_version) {
if ($db_version < 1.26) {
// clear the tables from testing
$this->CI->db->query('TRUNCATE TABLE `subscriptions`');
$this->CI->db->query('TRUNCATE TABLE `orders');
$this->CI->db->query('TRUNCATE TABLE `orders`');
$this->CI->db->query('TRUNCATE TABLE `taxes_received`');
$this->CI->db->query('TRUNCATE TABLE `future_sub_tax`');
$this->CI->db->query('TRUNCATE TABLE `order_details`');
Expand Down

0 comments on commit 8cf858e

Please sign in to comment.