Merge remote-tracking branch 'origin/master'

This commit is contained in:
Michal Čihař 2012-04-17 12:42:37 +02:00
commit 15d013e6df

View File

@ -241,15 +241,5 @@ function get_tab_pos()
return count($tab_pos) ? $tab_pos : null;
}
/**
* returns distinct values from $GLOBALS['PMD']['OWNER']
*
* @return array owner
*/
function get_owners()
{
return array_values(array_unique($GLOBALS['PMD']['OWNER']));
}
get_tabs();
?>