Auth_PrefManager::deletePref()
-- Deletes a preference for the specified user.
Description
Deletes the preference $pref_id for $user_id if one is set.
Parameter
- string
$user_id
The userid of the user to delete from.
- string
$pref_id
The preference to delete.
Return value
returns
Success/Failure
Throws
throws
no exceptions thrown
Note
This function can not be called
statically.