mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 13:39:23 +01:00
fixed warning: missing argument 3
This commit is contained in:
parent
27edf73e34
commit
9cb94fc0cf
@ -272,7 +272,7 @@ class ajax_select_widget
|
|||||||
echo "$get_rows_app.$get_rows_class.$get_rows_method is not a valid method for getting the rows";
|
echo "$get_rows_app.$get_rows_class.$get_rows_method is not a valid method for getting the rows";
|
||||||
} else {
|
} else {
|
||||||
$query = array_merge($extension_data['options'], $value_in);
|
$query = array_merge($extension_data['options'], $value_in);
|
||||||
$count = $get_rows_obj->$get_rows_method($query, $results);
|
$count = $get_rows_obj->$get_rows_method($query, $results, $readonlys=array());
|
||||||
|
|
||||||
if($count == 1) {
|
if($count == 1) {
|
||||||
$value = $results[0][$extension_data['options']['id_field']];
|
$value = $results[0][$extension_data['options']['id_field']];
|
||||||
|
Loading…
Reference in New Issue
Block a user