Skip to content
Snippets Groups Projects
Commit 3844a773 authored by Christophe Battarel's avatar Christophe Battarel
Browse files

correct typing bugs

parent 50c2a65b
No related branches found
No related tags found
No related merge requests found
......@@ -2984,7 +2984,3 @@ abstract class CommonObject
}
?>
?>
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment