summaryrefslogtreecommitdiff
path: root/old-handler.pl
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-11-25 22:49:51 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-11-25 22:49:51 +0000
commit75bbfc4e3007318afcd8368e091ca3c13c5a3352 (patch)
treecae2406bbb5fe6df32edc9a17c7b9e4728bc0d70 /old-handler.pl
parent9e80fcdc9cba524a7407f01c92a0e6188247c7df (diff)
Adding employee workflow scripts
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1907 4979c152-3d1c-0410-bac9-87ea11338e46
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") {