X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fevent.php;h=a9b82ed50bc90b82606464bdf6fde93c242e7b12;hb=465e1d6a5ca86794d3359536fcf2735889fbbc03;hp=d1359512a35a92e967de6c7cad4a353fa44099d0;hpb=066b776dcce54d39b56ad1075bef150d4125467b;p=friendica.git diff --git a/include/event.php b/include/event.php index d1359512a3..a9b82ed50b 100644 --- a/include/event.php +++ b/include/event.php @@ -507,10 +507,10 @@ function event_remove_duplicates($dates) { /** * @brief Get an event by its event ID. * - * @param type $owner_uid The User ID of the owner of the event - * @param type $event_params An assoziative array with - * int 'event_id' => The ID of the event in the event table - * @param type $sql_extra + * @param int $owner_uid The User ID of the owner of the event + * @param array $event_params An assoziative array with + * int 'event_id' => The ID of the event in the event table + * @param string $sql_extra * @return array Query result */ function event_by_id($owner_uid = 0, $event_params, $sql_extra = '') {