From: Moritz Bunkus Date: Wed, 13 Dec 2006 15:22:46 +0000 (+0000) Subject: Debugcode X-Git-Tag: release-2.4.0^2~45 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=fbafe8b06c63af273368d052adeeb5af86993059;p=kivitendo-erp.git Debugcode --- diff --git a/sql/Pg-upgrade/Pg-upgrade-2.2.0.36-2.2.0.37.pl b/sql/Pg-upgrade/Pg-upgrade-2.2.0.36-2.2.0.37.pl index 909945b15..131a09f56 100644 --- a/sql/Pg-upgrade/Pg-upgrade-2.2.0.36-2.2.0.37.pl +++ b/sql/Pg-upgrade/Pg-upgrade-2.2.0.36-2.2.0.37.pl @@ -7,7 +7,6 @@ die("This script cannot be run from the command line.") unless ($main::form); sub do_update { my $query = "ALTER TABLE orderitems DROP CONSTRAINT orderitems_pkey"; if (!$dbh->do($query)) { - $main::lxdebug->message(0, "gab es nicht"); $dbh->rollback(); $dbh->begin_work(); }