]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Form.pm
Fehlende Localesläufe aus 4091 und 4093.
[mfinanz.git] / SL / Form.pm
index 456cd2e59a80c982768bc455f9b1be0d965de495..c13422264806f5daed40aa5689cc7d28cb10cf97 100644 (file)
@@ -403,9 +403,9 @@ sub quote {
     $str =~ s/\"/"/g;
   }
 
-  $str;
-
   $main::lxdebug->leave_sub();
+
+  return $str;
 }
 
 sub unquote {
@@ -416,9 +416,9 @@ sub unquote {
     $str =~ s/"/\"/g;
   }
 
-  $str;
-
   $main::lxdebug->leave_sub();
+
+  return $str;
 }
 
 sub hide_form {
@@ -2829,7 +2829,7 @@ sub create_links {
                                       (startdate <= a.transdate) ORDER BY startdate DESC LIMIT 1))
          WHERE a.trans_id = ?
          AND a.fx_transaction = '0'
-         ORDER BY a.oid, a.transdate|;
+         ORDER BY a.acc_trans_id, a.transdate|;
     $sth = $dbh->prepare($query);
     do_statement($self, $sth, $query, $self->{id});