aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_compatibility.php
Commit message (Collapse)AuthorAgeFilesLines
* [feature/avatars] Use deprecated for compatibility functionMarc Alexander2013-02-031-4/+5
| | | | | | | Also moved use of global variables inside the only if statement they are used in. PHPBB3-10018
* [feature/avatars] Correct license, copyright and package infoMarc Alexander2013-02-031-1/+1
| | | | PHPBB3-10018
* [feature/avatars] Add include of functions_display.php in BC functionMarc Alexander2013-01-241-1/+8
| | | | | | | | The needed function phpbb_get_avatar() is defined in includes/functions_display.php. Include that file in the backwards compatible function get_user_avatar(). PHPBB3-10018
* [feature/avatars] Add note about when compatibility function was addedMarc Alexander2013-01-221-1/+2
| | | | PHPBB3-10018
* [feature/avatars] Add compatibility function for get_user_avatar()Marc Alexander2013-01-221-0/+41
PHPBB3-10018