Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

758
 
1338
 
1338
 
currencies.php
_> 11 <?php
  22 /*
<> 3 -  $Id: currencies.php 758 2006-08-23 12:30:07Z hpdl $
   3+  $Id: currencies.php 1338 2007-03-05 21:51: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) {