Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

748
 
1213
 
1213
 
currencies.php
_> 11 <?php
  22 /*
<> 3 -  $Id: currencies.php 748 2006-08-23 11:26:56Z hpdl $
   3+  $Id: currencies.php 1213 2007-01-15 15:08:26Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
121121       return false;
  122122     }
  123123 
<>  124+    function getData() {
   125+      return $this->currencies;
   126+    }
   127+
<_ 124128     function getCode($id = '') {
  125129       if (is_numeric($id)) {
  126130         foreach ($this->currencies as $key => $value) {