]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Form.pm
DisplayableNamePrefs: UserPreferences-Helper f. DisplayableName
[mfinanz.git] / SL / Form.pm
index 0c21ae2e672747079e01d8d30fe149a85cbd0d5f..da4684358df7ff2ce230743e7ee99cb0bfa1c9ca 100644 (file)
@@ -150,7 +150,7 @@ sub _flatten_variables_rec {
           $first_array_entry = 0;
         }
       } else {
-        @result = ({ 'key' => $prefix . $key . ($first_array_entry ? '[+]' : '[]'), 'value' => $element });
+        push @result, { 'key' => $prefix . $key . '[]', 'value' => $element };
       }
     }
   }
@@ -434,7 +434,6 @@ sub header {
     jquery jquery-ui jquery.cookie jquery.checkall jquery.download
     jquery/jquery.form jquery/fixes client_js
     jquery/jquery.tooltipster.min
-    jquery.multiselect2side
     common part_selection
   ), "jquery/ui/i18n/jquery.ui.datepicker-$::myconfig{countrycode}");