Quote:
Originally Posted by Paul M
Because it doesnt need to use it
The information is read as part of an existing read, and also in an existing cache, therefore the extra overhead that fetch_musername() adds is unnecessary.
|
But at the cost of not allowing OTHER mods to use the fetch_musername hook to change the musername
Also, for the record (from the afore mentioned fetch_musername, where $user is passed TO the function, using the SAME caches):
PHP Code:
$user['musername'] = $vbulletin->usergroupcache["$displaygroupid"]['opentag'] . $username . $vbulletin->usergroupcache["$displaygroupid"]['closetag'];