Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

386
 
387
 
387
 
currencies.php
_> 11 <?php
  22 /*
<> 3 -  $Id: currencies.php 386 2006-01-12 11:36:39Z hpdl $
   3+  $Id: currencies.php 387 2006-01-18 16:49:58Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
9696         return $_SESSION['currency'];
  9797       }
  9898     }
<>  99+
   100+    function getID($code = '') {
   101+      if (empty($code)) {
   102+        $code = $_SESSION['currency'];
   103+      }
   104+
   105+      return $this->currencies[$code]['id'];
   106+    }
<_ 99107   }
  100108 ?>