Changeset 634


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

Remove conflict css.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/css/admin2.inc.css

    r616 r634  
    170170}
    171171
    172 #content li {
     172/* #content li:not(.ui-tab) {
    173173    margin: 0 0 0 0;
    174174    font-size: 0.7rem;
    175175    line-height: 100%;
    176 }
     176} */
    177177
    178178/*_____________________ TABLES ____________________*/
  • 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.