diff --git a/dev/phpcheckstyle/phpstandard.cfg.xml b/dev/phpcheckstyle/phpstandard.cfg.xml index 15967aafcb2..3dd3b314660 100644 --- a/dev/phpcheckstyle/phpstandard.cfg.xml +++ b/dev/phpcheckstyle/phpstandard.cfg.xml @@ -1,3 +1,5 @@ + + diff --git a/dev/phpcheckstyle/phpstandard.dtd b/dev/phpcheckstyle/phpstandard.dtd new file mode 100644 index 00000000000..bde6e6b2b52 --- /dev/null +++ b/dev/phpcheckstyle/phpstandard.dtd @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/htdocs/comm/action/class/actioncomm.class.php b/htdocs/comm/action/class/actioncomm.class.php index 73f5325a470..a6672adfa93 100644 --- a/htdocs/comm/action/class/actioncomm.class.php +++ b/htdocs/comm/action/class/actioncomm.class.php @@ -233,7 +233,7 @@ class ActionComm extends CommonObject $sql.= " a.datec,"; $sql.= " a.durationp,"; $sql.= " a.tms as datem,"; - $sql.= " a.note, a.label, a.fk_action as type_id,"; + $sql.= " a.note, a.label,"; $sql.= " a.fk_soc,"; $sql.= " a.fk_project,"; $sql.= " a.fk_user_author, a.fk_user_mod,";