summaryrefslogtreecommitdiff
path: root/old-handler.pl
diff options
context:
space:
mode:
Diffstat (limited to 'old-handler.pl')
-rwxr-xr-xold-handler.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/old-handler.pl b/old-handler.pl
index 0e2f634c..f5619adf 100755
--- a/old-handler.pl
+++ b/old-handler.pl
@@ -85,8 +85,8 @@ use DBI qw(:sql_types);
$SIG{__WARN__} = sub { $form->info( $_[0] ) };
# send errors to browser
-$SIG{__DIE__} =
- sub { $form->error( __FILE__ . ':' . __LINE__ . ': ' . $_[0] ) };
+#$SIG{__DIE__} =
+# sub { print STDERR __FILE__ . ':' . __LINE__ . ': ' . $_[0]; };
## did sysadmin lock us out
#if (-f "${LedgerSMB::Sysconfig::userspath}/nologin") {