From cc41801975f4f2a3034b7ab5cbef5809dfc2f1a0 Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Mon, 13 Nov 2017 08:07:13 +0000 Subject: [PATCH] Just a spelling correction. --- Connections/database_functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Connections/database_functions.php b/Connections/database_functions.php index ddf888b..d81e229 100644 --- a/Connections/database_functions.php +++ b/Connections/database_functions.php @@ -222,7 +222,7 @@ define("CHANGE_FUND", 20); // shop will be current shop for the 24hr day yyyy-mm-dd (currently no check for hrs, only date) define("SHOP_HOURS_LENGTH", 10); -// What minute interval should be displayed for list_time()? Anotherwards, the time_in and time_out pulldown lists. +// What minute interval should be displayed for list_time()? In other words, the time_in and time_out pulldown lists. // choose an interval that is divisible by 60 minutes, 1, 5, 15, 30 etc. define("LIST_MINUTE_INTERVAL", 1);