X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fui%2Fui_lists.inc;h=1d804985bff59a491343a73c0965bb81050f7169;hb=3663b9dc3763c91e4dc76cc791420af853daded6;hp=5ca6a49d4c84da915ff56dcc4c3e8b85b173fcd8;hpb=842d2d6eddb907d77d14630a5b7b25608fb31b5d;p=fa-stable.git diff --git a/includes/ui/ui_lists.inc b/includes/ui/ui_lists.inc index 5ca6a49d..1d804985 100644 --- a/includes/ui/ui_lists.inc +++ b/includes/ui/ui_lists.inc @@ -2310,7 +2310,7 @@ function quick_entries_list($name, $selected_id=null, $type=null, $submit_on_cha } -function quick_entries_list_cells($label, $name, $selected_id=null, $type, $submit_on_change=false) +function quick_entries_list_cells($label, $name, $selected_id, $type, $submit_on_change=false) { if ($label != null) echo "$label\n"; @@ -2319,7 +2319,7 @@ function quick_entries_list_cells($label, $name, $selected_id=null, $type, $subm echo ""; } -function quick_entries_list_row($label, $name, $selected_id=null, $type, $submit_on_change=false) +function quick_entries_list_row($label, $name, $selected_id, $type, $submit_on_change=false) { echo "$label"; quick_entries_list_cells(null, $name, $selected_id, $type, $submit_on_change);