Merge branch 'cc-5709-airtime-analyzer' into cc-5709-airtime-analyzer-saas
Conflicts: airtime_mvc/locale/cs_CZ/LC_MESSAGES/airtime.po airtime_mvc/locale/de_AT/LC_MESSAGES/airtime.po airtime_mvc/locale/de_DE/LC_MESSAGES/airtime.po airtime_mvc/locale/el_GR/LC_MESSAGES/airtime.po airtime_mvc/locale/en_CA/LC_MESSAGES/airtime.po airtime_mvc/locale/en_GB/LC_MESSAGES/airtime.po airtime_mvc/locale/en_US/LC_MESSAGES/airtime.po airtime_mvc/locale/es_ES/LC_MESSAGES/airtime.po airtime_mvc/locale/fr_FR/LC_MESSAGES/airtime.po airtime_mvc/locale/hr_HR/LC_MESSAGES/airtime.po airtime_mvc/locale/hu_HU/LC_MESSAGES/airtime.po airtime_mvc/locale/it_IT/LC_MESSAGES/airtime.po airtime_mvc/locale/ko_KR/LC_MESSAGES/airtime.po airtime_mvc/locale/nl_NL/LC_MESSAGES/airtime.po airtime_mvc/locale/pl_PL/LC_MESSAGES/airtime.po airtime_mvc/locale/pt_BR/LC_MESSAGES/airtime.po airtime_mvc/locale/ru_RU/LC_MESSAGES/airtime.po airtime_mvc/locale/sr_RS/LC_MESSAGES/airtime.po airtime_mvc/locale/sr_RS@latin/LC_MESSAGES/airtime.po airtime_mvc/locale/template/airtime.po airtime_mvc/locale/zh_CN/LC_MESSAGES/airtime.po
This commit is contained in:
commit
446eca057c
20 changed files with 257 additions and 71 deletions
|
@ -641,6 +641,11 @@ class Application_Model_Preference
|
|||
{
|
||||
return self::getValue("logoImage");
|
||||
}
|
||||
|
||||
public static function SetUniqueId($id)
|
||||
{
|
||||
self::setValue("uniqueId", $id);
|
||||
}
|
||||
|
||||
public static function GetUniqueId()
|
||||
{
|
||||
|
@ -890,6 +895,11 @@ class Application_Model_Preference
|
|||
|
||||
return self::getValue("enable_stream_conf");
|
||||
}
|
||||
|
||||
public static function SetAirtimeVersion($version)
|
||||
{
|
||||
self::setValue("system_version", $version);
|
||||
}
|
||||
|
||||
public static function GetAirtimeVersion()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue