diff --git a/app/modules/store/store.php b/app/modules/store/store.php index 37aa1d5c..331f9c5f 100644 --- a/app/modules/store/store.php +++ b/app/modules/store/store.php @@ -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`');