Skip to content

Commit

Permalink
Checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
FHenry committed Feb 14, 2013
1 parent ff214dd commit c02bd08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/core/lib/emailing.lib.php
Expand Up @@ -35,7 +35,7 @@ function emailing_prepare_head($object)
// Entries must be declared in modules descriptor with line
// $this->tabs = array('entity:+tabname:Title:@mymodule:/mymodule/mypage.php?id=__ID__'); to add new tab
// $this->tabs = array('entity:-tabname:Title:@mymodule:/mymodule/mypage.php?id=__ID__'); to remove a tab
complete_head_from_modules($conf,$langs,$object,$head,$h,'mailling');
complete_head_from_modules($conf,$langs,$object,$head,$h,'emailing');

$h = 0;
$head = array();
Expand All @@ -59,7 +59,7 @@ function emailing_prepare_head($object)
$head[$h][2] = 'info';
$h++;

complete_head_from_modules($conf,$langs,$object,$head,$h,'mailling','remove');
complete_head_from_modules($conf,$langs,$object,$head,$h,'emailing','remove');

return $head;
}
Expand Down

0 comments on commit c02bd08

Please sign in to comment.