Show
Ignore:
Timestamp:
10/30/09 14:21:05 (4 years ago)
Author:
gbastien
Message:

* Network can now be set as case insensitive. Emails are now never case sensitive and usernames' case sensitivity is consistent with network settings (#616)
* Yet again some tab alignment

Files:
1 modified

Legend:

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

    r1421 r1428  
    142142 
    143143        if ($debug == TRUE) 
    144         echo "<p>".sprintf(_("Elapsed time for query execution : %.6f second(s)"), $sql_timetaken)."</p>\n"; 
     144            echo "<p>".sprintf(_("Elapsed time for query execution : %.6f second(s)"), $sql_timetaken)."</p>\n"; 
    145145 
    146146        if ($result == FALSE) 
     
    317317    { 
    318318        $retval = ""; 
    319  
     319         
    320320        /* PHP time */ 
    321321        $parts_of_starttime = explode(' ', $this->construct_start_time);