require_once '/PrefManager.php';
mixed Auth_PrefManager::getDefaultPref (string $pref_id)
mixed Auth_PrefManager::getDefaultPref
Retrieves the default value for $pref_id, even if there is currently a user ID set for the object being used.
The name of the preference to get.
returns The value if it's found, or NULL if it isn't.
No exceptions thrown.
This function can not be called statically.