summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b142c7c)
raw | patch | inline | side by side (parent: b142c7c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 26 Jan 2006 13:17:50 +0000 (13:17 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 26 Jan 2006 13:17:50 +0000 (13:17 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2587 594d385d-05f5-0310-b6e9-bd551577e9d8
html/main.php | patch | blob | history |
diff --git a/html/main.php b/html/main.php
index 9674a7c39070b87f434186f0d4ca962c082d6a04..958d826417d8decabce122496c9b9bca1772d49a 100644 (file)
--- a/html/main.php
+++ b/html/main.php
/* Save plist */
$_SESSION['plist']= $plist;
-/* Echo compilation time */
+/* Echo compilation time * /
$r = split(" ",$start);
$ms = $r[0];
$s= $r[1];
}
echo ($se -$s).",";
echo (int)(($add+($mse -$ms))*1000)." s";
+*/
// vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
?>