Fix: convert line delimiters

This commit is contained in:
Regis Houssin
2012-10-08 20:47:10 +02:00
parent 93d760e0fc
commit 478449da37
11 changed files with 45 additions and 45 deletions

View File

@@ -96,8 +96,8 @@ function member_prepare_head($object)
$head[$h][2] = 'info';
$h++;
complete_head_from_modules($conf,$langs,$object,$head,$h,'member','remove');
complete_head_from_modules($conf,$langs,$object,$head,$h,'member','remove');
return $head;
}