print full backtrace on error
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@399 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
73b11a40be
commit
60bb032d75
1 changed files with 2 additions and 0 deletions
|
@ -160,6 +160,8 @@ function message_die($msg_code, $msg_text = '', $msg_title = '', $err_line = '',
|
||||||
|
|
||||||
if ($err_line != '' && $err_file != '')
|
if ($err_line != '' && $err_file != '')
|
||||||
$debug_text .= '</br /><br />'. T_('Line') .' : '. $err_line .'<br />'. T_('File') .' :'. $err_file;
|
$debug_text .= '</br /><br />'. T_('Line') .' : '. $err_line .'<br />'. T_('File') .' :'. $err_file;
|
||||||
|
|
||||||
|
debug_print_backtrace();
|
||||||
}
|
}
|
||||||
|
|
||||||
switch($msg_code) {
|
switch($msg_code) {
|
||||||
|
|
Loading…
Reference in a new issue