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

    r478 r479  
    110110    public function setParam($params)
    111111    {
    112         $app =& App::getInstance();
     112        $app =& App::getInstance();
    113113
    114114        if (isset($params) && is_array($params)) {
     
    129129    public function getParam($param)
    130130    {
    131         $app =& App::getInstance();
     131        $app =& App::getInstance();
    132132
    133133        if (array_key_exists($param, $this->_params)) {
     
    151151    public function set($key, $var, $allow_oversized=false)
    152152    {
    153         $app =& App::getInstance();
     153        $app =& App::getInstance();
    154154
    155155        if (true !== $this->getParam('enabled')) {
Note: See TracChangeset for help on using the changeset viewer.