diff options
Diffstat (limited to 'lib.php')
-rw-r--r-- | lib.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ function get_submitted_packages($upload_dir, $max_modified) * * @return array() */ -function get_refined_packages_list($list_of_files, $package = null, $user = null) +function get_refined_packages_list($list_of_files, $package = null, $user = null, $mandatory_arches = null) { $pkgs = array(); $hosts = array(); |