This commit is contained in:
Frédéric FRANCE 2019-11-26 00:28:26 +01:00 committed by GitHub
parent 1f8361ea9e
commit 1ccf0808d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -326,7 +326,7 @@ function ajax_multiautocompleter($htmlname, $fields, $url, $option = '', $minLen
* @param string $message Message of dialog box
* @param int $w Width of dialog box
* @param int $h height of dialog box
* @return void
* @return string
*/
function ajax_dialog($title, $message, $w = 350, $h = 150)
{