Skip to content

Commit bd673b5

Browse files
author
Radovan Janjic
committed
fix
1 parent 3defcfa commit bd673b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MySQL_wrapper.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@ function backtrace() {
945945
function getMicrotime() {
946946
list($usec, $sec) = explode(" ", microtime());
947947
return ((float) $usec + (float) $sec);
948-
}
948+
}
949949

950950
/** Detect EOL from file
951951
* @param string - File path

0 commit comments

Comments
 (0)