Show
Ignore:
Timestamp:
03/14/10 18:42:49 (3 years ago)
Author:
gbastien
Message:

Performance enhancement: better queries and indexes for case-insensitivity. One connection/request to server, content logging can now be turned off if desired.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/classes/Content.php

    r1435 r1456  
    137137        } 
    138138        // By default content display logging is enabled 
    139         $this->setLoggingStatus(true); 
     139        $this->setLoggingStatus(LOG_CONTENT_DISPLAY); 
    140140        $this->log_as_content = & $this; 
    141141    }