Ignore:
Timestamp:
May 3, 2014 11:09:03 PM (10 years ago)
Author:
anonymous
Message:

Convert tabs to spaces, and lineendings to LF in all files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Currency.inc.php

    r478 r479  
    5454    public function __construct($params=array())
    5555    {
    56         $app =& App::getInstance();
     56        $app =& App::getInstance();
    5757
    5858        // Set custom parameters.
     
    9696    public function getParam($param)
    9797    {
    98         $app =& App::getInstance();
     98        $app =& App::getInstance();
    9999   
    100100        if (array_key_exists($param, $this->_params)) {
Note: See TracChangeset for help on using the changeset viewer.