Changeset 564 for trunk/lib/DB.inc.php


Ignore:
Timestamp:
Mar 5, 2016 4:07:19 AM (8 years ago)
Author:
anonymous
Message:

Fixed db_server=>localhost regression. Removed Auth->initDB from Auth->clear. Enabled logging by default for cb cli scripts.

File:
1 edited

Legend:

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

    r563 r564  
    149149        if (!$this->getParam('db_server')) {
    150150            // If db_server not specified, assume localhost.
    151             $this->setParam('db_server', 'localhost');
     151            $this->setParam(array('db_server' => 'localhost'));
    152152        }
    153153
Note: See TracChangeset for help on using the changeset viewer.