]> wagnertech.de Git - mfinanz.git/blobdiff - sql/Pg-upgrade/Pg-upgrade-2.2.0.36-2.2.0.37.pl
Debugcode
[mfinanz.git] / sql / Pg-upgrade / Pg-upgrade-2.2.0.36-2.2.0.37.pl
index 909945b15fb01ca1407143d9fbf1c43d2e17d026..131a09f56eec2b4ec8819d94c04ff6ba4241cf87 100644 (file)
@@ -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();
   }