From 0684d02782b455cb9ba497994fe2abe40f82c574 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 26 Jan 2006 13:17:50 +0000 Subject: [PATCH] Compilation time removed git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2587 594d385d-05f5-0310-b6e9-bd551577e9d8 --- html/main.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html/main.php b/html/main.php index 9674a7c39..958d82641 100644 --- a/html/main.php +++ b/html/main.php @@ -354,7 +354,7 @@ echo $display; /* Save plist */ $_SESSION['plist']= $plist; -/* Echo compilation time */ +/* Echo compilation time * / $r = split(" ",$start); $ms = $r[0]; $s= $r[1]; @@ -370,5 +370,6 @@ if(($mse -$ms)<0){ } echo ($se -$s).","; echo (int)(($add+($mse -$ms))*1000)." s"; +*/ // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: ?> -- 2.30.2