Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1756
 
1763
 
1763
 
orders.php
_> 11 <?php
  22 /*
<> 3 -  $Id: orders.php 1498 2007-03-29 14:04:50Z hpdl $
   3+  $Id: orders.php 1763 2007-12-27 21:27:48Z frank $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
6060         $this->_data .= '    <tr onmouseover="rowOverEffect(this);" onmouseout="rowOutEffect(this);">' .
  6161                         '      <td>' . osc_link_object(osc_href_link_admin(FILENAME_DEFAULT, 'orders&oID=' . $Qorders->valueInt('orders_id') . '&action=save'), osc_icon('orders.png') . '&nbsp;' . $Qorders->valueProtected('customers_name')) . '</td>' .
  6262                         '      <td>' . strip_tags($Qorders->value('order_total')) . '</td>' .
<> 63 -                        '      <td>' . $Qorders->value('date_last_modified') . '</td>' .
   63+                        '      <td>' . osC_DateTime::getShort($Qorders->value('date_last_modified')) . '</td>' .
<_ 6464                         '      <td>' . $Qorders->value('orders_status_name') . '</td>' .
  6565                         '    </tr>';
  6666       }