correct typing bugs

This commit is contained in:
Christophe Battarel 2012-07-18 16:06:36 +02:00
parent 50c2a65b6a
commit 3844a77395
2 changed files with 1 additions and 5 deletions

View File

@ -2984,7 +2984,3 @@ abstract class CommonObject
}
?>
?>

View File

@ -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;