From a59ac280bc5585c40d7318e84565fb5ec0a15958 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 7 Dec 2014 02:19:57 +0100 Subject: [PATCH] Doxygen --- htdocs/comm/action/class/actioncomm.class.php | 2 +- htdocs/install/mysql/tables/llx_actioncomm.sql | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/comm/action/class/actioncomm.class.php b/htdocs/comm/action/class/actioncomm.class.php index 34e88dd893e..56fb713ae0c 100644 --- a/htdocs/comm/action/class/actioncomm.class.php +++ b/htdocs/comm/action/class/actioncomm.class.php @@ -57,7 +57,7 @@ class ActionComm extends CommonObject var $datef; // Date action end (datep2) var $durationp = -1; // -1=Unkown duration // deprecated var $fulldayevent = 0; // 1=Event on full day - var $punctual = 1; // Milestone // TODO Not sure we need this. Milestone is already event with end date = start date + var $punctual = 1; // Milestone // deprecated. Milestone is already event with end date = start date var $percentage; // Percentage var $location; // Location diff --git a/htdocs/install/mysql/tables/llx_actioncomm.sql b/htdocs/install/mysql/tables/llx_actioncomm.sql index c42cf377b85..f68d99f6a72 100644 --- a/htdocs/install/mysql/tables/llx_actioncomm.sql +++ b/htdocs/install/mysql/tables/llx_actioncomm.sql @@ -51,10 +51,10 @@ create table llx_actioncomm priority smallint, fulldayevent smallint NOT NULL default 0, - punctual smallint NOT NULL default 1, + punctual smallint NOT NULL default 1, -- deprecated. milestone is event with date start = date end percent smallint NOT NULL default 0, location varchar(128), - durationp real, -- duree planifiee + durationp real, -- planed duration durationa real, -- deprecated note text,