2
0
forked from Wavyzz/dolibarr

Add language key

This commit is contained in:
Laurent Destailleur
2024-05-16 18:22:04 +02:00
parent 80c9cb0801
commit ce0e521a98
2 changed files with 5 additions and 4 deletions

View File

@@ -9627,10 +9627,10 @@ function setEventMessage($mesgs, $style = 'mesgs', $noduplicate = 0)
* Set event messages in dol_events session object. Will be output by calling dol_htmloutput_events.
* Note: Calling dol_htmloutput_events is done into pages by standard llxFooter() function.
*
* @param string|null $mesg Message string
* @param string[]|null $mesgs Message array
* @param string $style Which style to use ('mesgs' by default, 'warnings', 'errors')
* @param string $messagekey A key to be used to allow the feature "Never show this message again"
* @param string|null $mesg Message string
* @param string[]|null $mesgs Message array
* @param string $style Which style to use ('mesgs' by default, 'warnings', 'errors')
* @param string $messagekey A key to be used to allow the feature "Never show this message during this session again"
* @param int $noduplicate 1 means we do not add the message if already present in session stack
* @return void
* @see dol_htmloutput_events()