Skip to content

Commit

Permalink
Homepage|Cleanup: Removed obsolete comment in buildrepository.php
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Feb 10, 2012
1 parent 153b414 commit bc0a865
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/plugins/buildrepository/buildrepository.php
Expand Up @@ -1044,7 +1044,6 @@ public function execute($args=NULL)
// Use a table.
?><table><tbody><tr><th>OS</th><th>Package</th><th>Logs</th><th>Issues</th></tr><?php

/// \todo Copy the package list and apply a custom sort.
$packs = $build->packages;
uasort($packs, array('self', 'packageSorter'));

Expand Down

0 comments on commit bc0a865

Please sign in to comment.