From 954c351fcf6f49871d4500155a9cdd0a699347fc Mon Sep 17 00:00:00 2001 From: pezcurrel Date: Sun, 31 Dec 2023 20:27:59 +0100 Subject: [PATCH] =?UTF-8?q?Updated=20=E2=80=9Cght=E2=80=9D=20calls=20to=20?= =?UTF-8?q?its=20new=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/clitools/dbtest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/clitools/dbtest.php b/web/clitools/dbtest.php index 658315f..ef22bc1 100755 --- a/web/clitools/dbtest.php +++ b/web/clitools/dbtest.php @@ -40,7 +40,7 @@ for ($i=0; $i<$hm; $i++) { $tend=microtime(true); mysqli_close($link); unset($link); -echo('Done in '.ght($tend-$tini).'.'.N); +echo('Done in '.ght($tend-$tini,null,0).'.'.N); exit(0); // CREATE TABLE `mastostart`.`test` (`ID` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT , `CampoA` VARCHAR(256) NULL DEFAULT NULL , `CampoB` VARCHAR(1024) NULL DEFAULT NULL , `CampoC` VARCHAR(2048) NULL DEFAULT NULL , `CampoD` BIGINT UNSIGNED NULL DEFAULT NULL , PRIMARY KEY (`ID`)) ENGINE = InnoDB;