From 3844a77395ecd91982918e8d86aa92f8b68c8762 Mon Sep 17 00:00:00 2001 From: Christophe Battarel <christophe.battarel@altairis.fr> Date: Wed, 18 Jul 2012 16:06:36 +0200 Subject: [PATCH] correct typing bugs --- htdocs/core/class/commonobject.class.php | 4 ---- htdocs/core/class/html.form.class.php | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php index 81b5f93ccb5..0685fde414b 100644 --- a/htdocs/core/class/commonobject.class.php +++ b/htdocs/core/class/commonobject.class.php @@ -2984,7 +2984,3 @@ abstract class CommonObject } ?> - - - -?> diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 98abfebd42e..f94797cb679 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -2690,7 +2690,7 @@ class Form * @param array $event Event options * @return void */ - function form_thirdparty($page, $selected='', $htmlname='socid', $filter='',$showempty=0, $showtype=0, $forcecombo=0, $event=array())) + function form_thirdparty($page, $selected='', $htmlname='socid', $filter='',$showempty=0, $showtype=0, $forcecombo=0, $event=array()) { global $langs; -- GitLab