Changeset:
475a8b63e76c
https://sourceforge.net/p/mrbs/hg-code/ci/475a8b63e76c2cfc851067e3b12e1e30ddc31a19
Author:
Campbell Morrison <[email protected]>
Date:
Wed Dec 16 18:10:10 2015 +0000
Log message:
Simplified
diffstat:
web/functions_table.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 2a917c0224d4 -r 475a8b63e76c web/functions_table.inc
--- a/web/functions_table.inc Wed Dec 16 18:05:16 2015 +0000
+++ b/web/functions_table.inc Wed Dec 16 18:10:10 2015 +0000
@@ -767,7 +767,7 @@
// Note: The predicate clause 'start_time <= ...' is an equivalent but
simpler
// form of the original which had 3 BETWEEN parts. It selects all entries
which
// occur on or cross the current day.
- $sql = "SELECT R.id AS room_id, start_time, end_time, name, repeat_id,
+ $sql = "SELECT room_id, start_time, end_time, name, repeat_id,
E.id AS entry_id, type,
E.description AS entry_description, status,
E.create_by AS entry_create_by
------------------------------------------------------------------------------
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits