Changeset 583 for trunk/lib


Ignore:
Timestamp:
Feb 27, 2017 2:30:12 PM (7 years ago)
Author:
anonymous
Message:

Whitespace changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/DBSessionHandler.inc.php

    r502 r583  
    44 * For details visit the project site: <http://trac.strangecode.com/codebase/>
    55 * Copyright 2001-2012 Strangecode, LLC
    6  * 
     6 *
    77 * This file is part of The Strangecode Codebase.
    88 *
     
    1111 * Free Software Foundation, either version 3 of the License, or (at your option)
    1212 * any later version.
    13  * 
     13 *
    1414 * The Strangecode Codebase is distributed in the hope that it will be useful, but
    1515 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    1616 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
    1717 * details.
    18  * 
     18 *
    1919 * You should have received a copy of the GNU General Public License along with
    2020 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     
    2424 * DBSessionHandler.inc.php
    2525 *
    26  * 
     26 *
    2727 * @author  Quinn Comendant <quinn@strangecode.com>
    2828 * @version 2.1
     
    5555    {
    5656        $app =& App::getInstance();
    57    
     57
    5858        $this->_params = array_merge($this->_params, $params);
    5959
     
    9898    {
    9999        $app =& App::getInstance();
    100    
     100
    101101        static $_db_tested = false;
    102102
     
    128128
    129129    public function dbSessionClose()
    130     {       
     130    {
    131131        return true;
    132132    }
Note: See TracChangeset for help on using the changeset viewer.