]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DBUpgrade2.pm
Debitoren-/Kreditoren-/Dialogbuchungen: Fremdschlüsselspalte "department_id" nicht...
[mfinanz.git] / SL / DBUpgrade2.pm
index a84f6b13877546b9e4377c1de35ec1fd2f87ed73..83210316c795ea4e718330138172f40cc73bd930 100644 (file)
@@ -169,7 +169,7 @@ sub process_query {
           pop(@quote_chars);
         } elsif (length $quote_chars[-1] > 1
              &&  substr($_, $i, length $quote_chars[-1]) eq $quote_chars[-1]) {
-          $i   += length $quote_chars[-1] - 1;
+          $i   += length($quote_chars[-1]) - 1;
           $char = $quote_chars[-1];
           pop(@quote_chars);
         }