Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [feature/avatars] Use deprecated for compatibility function | Marc Alexander | 2013-02-03 | 1 | -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 info | Marc Alexander | 2013-02-03 | 1 | -1/+1 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Add include of functions_display.php in BC function | Marc Alexander | 2013-01-24 | 1 | -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 added | Marc Alexander | 2013-01-22 | 1 | -1/+2 |
| | | | | PHPBB3-10018 | ||||
* | [feature/avatars] Add compatibility function for get_user_avatar() | Marc Alexander | 2013-01-22 | 1 | -0/+41 |
PHPBB3-10018 |