1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-29 06:24:04 +02:00
Files
php-phpbb/phpBB
brunoais b6d6938b9f [ticket/11663] Make generate_text_for_storage return the errors.
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
2013-08-09 17:01:09 +01:00
..