Changeset 479 for trunk/lib/CSS.inc.php


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

    r478 r479  
    5050    public function setParam($params)
    5151    {
    52         $app =& App::getInstance();
     52        $app =& App::getInstance();
    5353
    5454        if (isset($params) && is_array($params)) {
     
    6969    public function getParam($param)
    7070    {
    71         $app =& App::getInstance();
     71        $app =& App::getInstance();
    7272
    7373        if (array_key_exists($param, $this->_params)) {
     
    8989    public function setFile($file, $realms='')
    9090    {
    91         $app =& App::getInstance();
     91        $app =& App::getInstance();
    9292
    9393        if (!is_array($realms)) {
     
    117117    public function headers($realm='')
    118118    {
    119         $app =& App::getInstance();
     119        $app =& App::getInstance();
    120120
    121121        $realm = '' == $realm ? 'default' : $realm;
Note: See TracChangeset for help on using the changeset viewer.