From 8cff797c2429e6308781a3529b3acb93c2341219 Mon Sep 17 00:00:00 2001 From: hjelmua Date: Tue, 27 Feb 2018 13:40:02 +0100 Subject: [PATCH] Update timerpt.php --- reports/timerpt.php | 77 --------------------------------------------- 1 file changed, 77 deletions(-) diff --git a/reports/timerpt.php b/reports/timerpt.php index 37c527f..03474bc 100644 --- a/reports/timerpt.php +++ b/reports/timerpt.php @@ -149,84 +149,7 @@ - /* -echo '
-
-
- - '; - -echo "
\n"; -echo '

'; -echo "    Daily - Time Report

\n"; -echo " \n"; -if ($username_dropdown_only == "yes") { - -$query = "select * from ".$db_prefix."employees order by empfullname asc"; -$result = mysqli_query($GLOBALS["___mysqli_ston"], $query); - -echo " Username: -  *\n"; -mysqli_free_result($result); -} else { - -echo "
"; - -echo "
\n"; - -echo "
\n"; - -} -echo " From Date: ($tmp_datefmt)
 *  
\n"; - -echo " To Date: ($tmp_datefmt) -
 *   -
"; - - -echo " * required \n"; - -echo "
 
\n"; -echo "
- \n"; - -echo ""; -if (strtolower($export_csv) == "yes") { -echo "  Yes\n"; -echo "  No
\n"; -} else { -echo "  Yes   No \n"; -} -if (strtolower($ip_logging) == "yes") { -echo "
\n"; -if ($display_ip == "yes") { -echo "  Yes No
\n"; -} else { -echo "  Yes -  No\n"; -} -} - -echo ' - '; -echo " \n"; - -echo ""; - -*/ include '../theme/templates/endmaincontent.inc'; include '../footer.php'; include '../theme/templates/controlsidebar.inc';