Module: nagvis Branch: master Commit: 4d4a037556b1c751b0bc4dc2a030463eac96c5cc URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=4d4a037556b1c751b0bc4dc2a030463eac96c5cc
Author: LaMi <[email protected]> Date: Tue Apr 6 23:02:18 2010 +0200 Removed deprecated comment --- share/frontend/nagvis-js/classes/NagVisUrlView.php | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/share/frontend/nagvis-js/classes/NagVisUrlView.php b/share/frontend/nagvis-js/classes/NagVisUrlView.php index 4493c01..182aa9f 100644 --- a/share/frontend/nagvis-js/classes/NagVisUrlView.php +++ b/share/frontend/nagvis-js/classes/NagVisUrlView.php @@ -40,8 +40,6 @@ class NagVisUrlView { */ public function __construct(GlobalCore $CORE, $url) { $this->CORE = $CORE; - - // FIXME: Already validated? $this->url = $url; } ------------------------------------------------------------------------------ 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
