Module: nagvis Branch: master Commit: c3ac0e516a4ceeac98136d9a4bb1334c1c23ac4b URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=c3ac0e516a4ceeac98136d9a4bb1334c1c23ac4b
Author: LaMi <[email protected]> Date: Tue Feb 16 23:26:21 2010 +0100 Removed old code --- share/server/core/classes/GlobalLanguage.php | 11 ----------- 1 files changed, 0 insertions(+), 11 deletions(-) diff --git a/share/server/core/classes/GlobalLanguage.php b/share/server/core/classes/GlobalLanguage.php index 8343587..bbf641b 100644 --- a/share/server/core/classes/GlobalLanguage.php +++ b/share/server/core/classes/GlobalLanguage.php @@ -51,17 +51,6 @@ class GlobalLanguage { $this->sCurrentLanguage = $this->gatherCurrentLanguage(); - // Fix old language entries (english => en_US, german => de_DE) - // FIXME: Remove this in 1.5, mark this as deprecated somewhere - switch($this->sCurrentLanguage) { - case 'german': - $this->sCurrentLanguage = 'de_DE'; - break; - case 'english': - $this->sCurrentLanguage = 'en_US'; - break; - } - // Append encoding (UTF8) $this->sCurrentEncoding = 'UTF-8'; ------------------------------------------------------------------------------ SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris-dev2dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
