From b2fa88ff322505b311fddaf691dd7073886da63e Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@users.sourceforge.net>
Date: Sun, 17 Jul 2011 18:33:31 +0000
Subject: [PATCH] Move a FIXME into a TODO

---
 htdocs/core/class/commonobject.class.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php
index a6c93758797..2a513091288 100644
--- a/htdocs/core/class/commonobject.class.php
+++ b/htdocs/core/class/commonobject.class.php
@@ -22,7 +22,7 @@
  *	\file       htdocs/core/class/commonobject.class.php
  *	\ingroup    core
  *	\brief      File of parent class of all other business classes (invoices, contracts, proposals, orders, ...)
- *	\version    $Id: commonobject.class.php,v 1.146 2011/07/13 16:55:25 eldy Exp $
+ *	\version    $Id: commonobject.class.php,v 1.147 2011/07/17 18:33:31 eldy Exp $
  */
 
 
@@ -1480,7 +1480,7 @@ class CommonObject
     						$this->hooks[$i]['modules'][$objModule->module_number] = $objModule;
 						}
 
-						// FIXME storing dao is useless here. It's goal of controller to known which dao to manage
+						// TODO storing dao is useless here. It's goal of controller to known which dao to manage
                         if ($resdao)
                         {
     						// Instantiate dataservice class (model)
-- 
GitLab