Changeset:
988fc0d15ef9
https://sourceforge.net/p/mrbs/hg-code/ci/988fc0d15ef96a0bdad96b10b7714008e5f19175
Author:
Campbell Morrison <[email protected]>
Date:
Wed Nov 30 18:36:21 2016 +0000
Log message:
Fixed fatal error when exporting an entry from the view_entry page
diffstat:
web/view_entry.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r dad05b9be5c4 -r 988fc0d15ef9 web/view_entry.php
--- a/web/view_entry.php Mon Nov 28 18:04:38 2016 +0000
+++ b/web/view_entry.php Wed Nov 30 18:36:21 2016 +0000
@@ -201,7 +201,7 @@
else
{
// Construct the SQL query
- $sql_params[] = array();
+ $sql_params = array();
$sql = "SELECT E.*, "
. db()->syntax_timestamp_to_unix("E.timestamp") . " AS last_updated,
"
. "A.area_name, R.room_name, "
------------------------------------------------------------------------------
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits