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/AuthorizeNet.inc.php

    r478 r479  
    155155    public function setParam($params)
    156156    {
    157         $app =& App::getInstance();
     157        $app =& App::getInstance();
    158158
    159159        if (isset($params) && is_array($params)) {
     
    174174    public function getParam($param)
    175175    {
    176         $app =& App::getInstance();
     176        $app =& App::getInstance();
    177177
    178178        if (array_key_exists($param, $this->_params)) {
     
    194194    public function process()
    195195    {
    196         $app =& App::getInstance();
     196        $app =& App::getInstance();
    197197
    198198        if (empty($this->_params['x_login'])) {
Note: See TracChangeset for help on using the changeset viewer.