mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:24:04 +02:00
generate_text_for_storage does not return anything, all returned values are outputted using the parameters so this uses the returned value with the same idea as many C language functions where the returned value is if all went well or not and if it didn't what went wrong. PHPBB3-11663