Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

387
 
399
 
399
 
currencies.php
_> 11 <?php
  22 /*
<> 3 -  $Id: currencies.php 387 2006-01-18 16:49:58Z hpdl $
   3+  $Id: currencies.php 399 2006-01-25 06:08:03Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
8888     function getCode($id = '') {
  8989       if (is_numeric($id)) {
  9090         foreach ($this->currencies as $key => $value) {
<> 91 -          if ($value['currencies_id'] == $id) {
   91+          if ($value['id'] == $id) {
<_ 9292             return $key;
  9393           }
  9494         }