]> wagnertech.de Git - mfinanz.git/blobdiff - SL/USTVA.pm
Uebernahme der kompletten Version, so wie sie Philip als "Demo-Version" gezeigt hat...
[mfinanz.git] / SL / USTVA.pm
index 51296f1bedf1f938a64f3d11e60eeacefda8a947..84dc4f3122f246bb9687f730df6a1533e71e2e0f 100644 (file)
@@ -861,10 +861,7 @@ sub get_accounts_ustva {
   my $accno;
   my $ref;
 
-  # Show all $query in Debuglevel LXDebug::QUERY
-  $callingdetails = (caller (0))[3];
-  $main::lxdebug->message(LXDebug::QUERY, "$callingdetails \$query=\n $query");
-              
+  #print $query;
   my $sth = $dbh->prepare($query);
   $sth->execute || $form->dberror($query);