aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/message
diff options
context:
space:
mode:
authorRMcGirr83 <rmcgirr83@gmail.com>2015-04-16 11:04:01 -0400
committerRichard McGirr <rmcgirr83@gmail.com>2015-04-21 06:11:13 -0400
commita53b57c8a2298ea04a45680cee00c5a9fec44689 (patch)
treee9a02af6867274abc86ce8d65f4ee334ac8d8a97 /phpBB/phpbb/message
parentc46024bfa20a4dbd39538bb4a55fe5f579bc40cf (diff)
downloadforums-a53b57c8a2298ea04a45680cee00c5a9fec44689.tar
forums-a53b57c8a2298ea04a45680cee00c5a9fec44689.tar.gz
forums-a53b57c8a2298ea04a45680cee00c5a9fec44689.tar.bz2
forums-a53b57c8a2298ea04a45680cee00c5a9fec44689.tar.xz
forums-a53b57c8a2298ea04a45680cee00c5a9fec44689.zip
[ticket/13759] Take post_time into account
PHPBB3-13759
Diffstat (limited to 'phpBB/phpbb/message')
0 files changed, 0 insertions, 0 deletions
-a, properly report when no packages could be removed, #48506
Diffstat
-rw-r--r--urpm/select.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/urpm/select.pm b/urpm/select.pm
index 7bc975ac..28b38d91 100644
--- a/urpm/select.pm
+++ b/urpm/select.pm
@@ -481,6 +481,10 @@ sub find_packages_to_remove {
or return ();
}
}
+ if (!@m) {
+ $options{callback_notfound} && $options{callback_notfound}->($urpm, @$l)
+ or return ();
+ }
}
#- check if something needs to be removed.