Module: nagvis Branch: master Commit: 6b7413ad79dc99af82628bed2fd5ecd09b473d75 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=6b7413ad79dc99af82628bed2fd5ecd09b473d75
Author: LaMi <[email protected]> Date: Tue Apr 6 23:09:44 2010 +0200 Added long missing error mesage --- share/server/core/classes/GlobalLanguage.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/share/server/core/classes/GlobalLanguage.php b/share/server/core/classes/GlobalLanguage.php index 44707c9..6e45e19 100644 --- a/share/server/core/classes/GlobalLanguage.php +++ b/share/server/core/classes/GlobalLanguage.php @@ -120,7 +120,7 @@ class GlobalLanguage { break; default: - //FIXME: Error handling + new GlobalMessage('ERROR', $this->getText('Invalid mode [MODE] in language_detection option.', Array('MODE' => $sMethod))); break; } } ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
