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