Changeset 1428 for trunk/wifidog-auth/wifidog/classes/AbstractDb.php
- Timestamp:
- 10/30/09 14:21:05 (4 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog-auth/wifidog/classes/AbstractDb.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/classes/AbstractDb.php
r1421 r1428 142 142 143 143 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"; 145 145 146 146 if ($result == FALSE) … … 317 317 { 318 318 $retval = ""; 319 319 320 320 /* PHP time */ 321 321 $parts_of_starttime = explode(' ', $this->construct_start_time);
