Set the locale appropriately.

This commit is contained in:
Andrew McMillan 2006-11-05 12:07:23 +13:00
parent 45073075f9
commit eb5ff1b5d4

View File

@ -117,6 +117,9 @@ class RSCDSSession extends Session
parent::AssignSessionDetails( $u );
$this->GetRoles();
$this->GetRelationships();
if ( function_exists("awl_set_locale") && isset($this->locale) && $this->locale != "" ) {
awl_set_locale($this->locale);
}
}