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

    r468 r479  
    5353    public function __construct($db, $params=array())
    5454    {
    55         $app =& App::getInstance();
     55        $app =& App::getInstance();
    5656   
    5757        $this->_params = array_merge($this->_params, $params);
     
    9696    public function initDB($recreate_db=false)
    9797    {
    98         $app =& App::getInstance();
     98        $app =& App::getInstance();
    9999   
    100100        static $_db_tested = false;
Note: See TracChangeset for help on using the changeset viewer.