bool
Auth_PrefManager::setDefaultPref
(
string
$pref_id
,
mixed
$value
)
Sets the default value for $pref_id
, which will be retrieved if a user doesn't have the preference set.
$pref_id
The name of the preference to set.
$value
The value to set it to.
returns Success or failure.
No exceptions thrown.
This function can not be called statically.