Merge branch '2.1.x' into devel
This commit is contained in:
commit
b0e93005e5
9 changed files with 152 additions and 73 deletions
|
@ -877,6 +877,14 @@ class Application_Model_Preference
|
|||
return self::GetValue("auto_transition");
|
||||
}
|
||||
|
||||
public static function SetAutoSwitch($value){
|
||||
self::SetValue("auto_switch", $value, false);
|
||||
}
|
||||
|
||||
public static function GetAutoSwitch(){
|
||||
return self::GetValue("auto_switch");
|
||||
}
|
||||
|
||||
public static function SetEnableSystemEmail($upload) {
|
||||
self::SetValue("enable_system_email", $upload);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue