phpBB

Code Changes

File: phpbb/user_loader.php

  Unmodified   Added   Modified   Removed
Line 181Line 181
	* @param bool $query Should we query the database if this user has not yet been loaded?
* Typically this should be left as false and you should make sure
* you load users ahead of time with load_users()

	* @param bool $query Should we query the database if this user has not yet been loaded?
* Typically this should be left as false and you should make sure
* you load users ahead of time with load_users()

	* @param bool @lazy If true, will be lazy loaded (requires JS)

	* @param bool $lazy If true, will be lazy loaded (requires JS)

	* @return string
*/
public function get_avatar($user_id, $query = false, $lazy = false)

	* @return string
*/
public function get_avatar($user_id, $query = false, $lazy = false)