Changeset 76 for branches/1.1dev/config


Ignore:
Timestamp:
Mar 22, 2006 11:49:45 PM (18 years ago)
Author:
scdev
Message:

stopped caring if the mysql password is empty

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.1dev/config/boot.inc.php

    r75 r76  
    7171    }
    7272   
    73     if (empty($CFG->database) || empty($CFG->username) || empty($CFG->password)) {
    74         logMsg('Database credentials missing.', LOG_EMERG, __FILE__, __LINE__);
     73    if (empty($CFG->database) || empty($CFG->username)) {
     74        logMsg('Database credentials missing.', LOG_ALERT, __FILE__, __LINE__);
    7575    }
    7676   
Note: See TracChangeset for help on using the changeset viewer.