Changeset 479 for trunk/lib/ACL.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/ACL.inc.php

    r478 r479  
    5656    public function __construct()
    5757    {
    58         $app =& App::getInstance();
     58        $app =& App::getInstance();
    5959
    6060        // Configure the cache object.
     
    9393    public function setParam($params)
    9494    {
    95         $app =& App::getInstance();
     95        $app =& App::getInstance();
    9696
    9797        if (isset($params) && is_array($params)) {
     
    112112    public function getParam($param)
    113113    {
    114         $app =& App::getInstance();
     114        $app =& App::getInstance();
    115115
    116116        if (array_key_exists($param, $this->_params)) {
     
    131131    public function initDB($recreate_db=false)
    132132    {
    133         $app =& App::getInstance();
    134         $db =& DB::getInstance();
     133        $app =& App::getInstance();
     134        $db =& DB::getInstance();
    135135
    136136        static $_db_tested = false;
     
    715715    public function requireAllow($aro, $aco=null, $axo=null, $message='', $type=MSG_NOTICE, $file=null, $line=null)
    716716    {
    717         $app =& App::getInstance();
     717        $app =& App::getInstance();
    718718
    719719        if (!$this->check($aro, $aco, $axo)) {
Note: See TracChangeset for help on using the changeset viewer.