Changeset 634 for trunk/lib


Ignore:
Timestamp:
Sep 25, 2018 2:08:34 AM (6 years ago)
Author:
anonymous
Message:

Remove conflict css.

File:
1 edited

Legend:

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

    r622 r634  
    148148
    149149        if (!isset($_SESSION['_auth_sql'][$this->_ns])) {
     150            $app->logMsg(sprintf('No _auth_sql session found; initializing', null), LOG_DEBUG, __FILE__, __LINE__);
    150151            $this->clear();
    151152        }
Note: See TracChangeset for help on using the changeset viewer.