Quick Search:

Mode

Context

Displaying 3 lines of context. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1186
 
1187
 
1187
 
orders.php
_> 109109     }
  110110 
  111111     function _update() {
<> 112 -      global $osC_Database, $osC_MessageStack;
   112+      global $osC_Database, $osC_MessageStack, $orders_status_array;
<_ 113113 
  114114       if (isset($_GET['oID']) && is_numeric($_GET['oID'])) {
  115115         $Qorder = $osC_Database->query('select customers_name, customers_email_address, orders_status, date_purchased from :table_orders where orders_id = :orders_id');