Module: nagvis Branch: master Commit: 5e1708d231b26358021bbf6fde4545cf88d6537b URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=5e1708d231b26358021bbf6fde4545cf88d6537b
Author: LaMi <[email protected]> Date: Tue Apr 6 22:43:12 2010 +0200 Removed FIXME hint --- share/server/core/classes/CoreModMap.php | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/share/server/core/classes/CoreModMap.php b/share/server/core/classes/CoreModMap.php index 7a8e1b8..23403a8 100644 --- a/share/server/core/classes/CoreModMap.php +++ b/share/server/core/classes/CoreModMap.php @@ -202,8 +202,6 @@ class CoreModMap extends CoreModule { if($aReturn !== false) { if($this->doDeleteObject($aReturn)) { - // FIXME: Recode to GlobalMessage. But the particular callers like - // suppress the success messages $sReturn = json_encode(Array('status' => 'OK', 'message' => '')); } else { new GlobalMessage('ERROR', $this->CORE->getLang()->getText('The object could not be deleted.')); ------------------------------------------------------------------------------ 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
