Changeset:
db179022c169
https://sourceforge.net/p/mrbs/hg-code/ci/db179022c169e11b648636cc1b3a797d8387d96c
Author:
Campbell Morrison <[email protected]>
Date:
Mon Oct 03 10:41:09 2016 +0100
Log message:
Tidied up last commit.
diffstat:
web/functions_error.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 10ca62561eb9 -r db179022c169 web/functions_error.inc
--- a/web/functions_error.inc Mon Oct 03 10:37:44 2016 +0100
+++ b/web/functions_error.inc Mon Oct 03 10:41:09 2016 +0100
@@ -78,7 +78,7 @@
{
$form_data = "MRBS GET: " . print_r($_GET, true) .
"MRBS POST: " . print_r($_POST, true);
- $form_data = trigger_error($form_data);
+ trigger_error($form_data);
}
if (!empty($_SESSION))
{
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits