Changeset:
        fcd809de0c53
        
https://sourceforge.net/p/mrbs/hg-code/ci/fcd809de0c53a78c7233c0462bfd8d6e40670d1b
Author:
        Campbell Morrison <[email protected]>
Date:
        Thu Oct 20 15:45:01 2016 +0100
Log message:

Improved formatting of error messages

diffstat:

 web/functions_error.inc |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 896e7b8ee1a8 -r fcd809de0c53 web/functions_error.inc
--- a/web/functions_error.inc   Thu Oct 20 15:20:31 2016 +0100
+++ b/web/functions_error.inc   Thu Oct 20 15:45:01 2016 +0100
@@ -78,7 +78,7 @@
   // Show the superglobal data unless the error is minor
   $show_data = !in_array($errno, array(E_NOTICE, E_USER_NOTICE, 
E_USER_DEPRECATED));
   
-  output_error($heading, $errstr, $show_data);
+  output_error($heading, $errstr . "\n", $show_data);
 }
 
 

------------------------------------------------------------------------------
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

Reply via email to