Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1756
 
1763
 
1763
 
customers.php
_> 11 <?php
  22 /*
<> 3 -  $Id: customers.php 1498 2007-03-29 14:04:50Z hpdl $
   3+  $Id: customers.php 1763 2007-12-27 21:27:48Z frank $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
7171 
  7272         $this->_data .= '    <tr onmouseover="rowOverEffect(this);" onmouseout="rowOutEffect(this);">' .
  7373                         '      <td>' . osc_link_object(osc_href_link_admin(FILENAME_DEFAULT, 'customers&cID=' . $Qcustomers->valueInt('customers_id') . '&action=save'), $customer_icon . '&nbsp;' . $Qcustomers->valueProtected('customers_firstname') . ' ' . $Qcustomers->valueProtected('customers_lastname')) . '</td>' .
<> 74 -                        '      <td>' . $Qcustomers->value('date_account_created') . '</td>' .
   74+                        '      <td>' . osC_DateTime::getShort($Qcustomers->value('date_account_created')) . '</td>' .
<_ 7575                         '      <td align="center">' . osc_icon(($Qcustomers->valueInt('customers_status') === 1) ? 'checkbox_ticked.gif' : 'checkbox_crossed.gif', null, null) . '</td>' .
  7676                         '    </tr>';
  7777       }