Merge branch '1.0.x' into testing

* 1.0.x:
  Move print statement
This commit is contained in:
Zach Copley 2011-06-21 10:43:18 -07:00
commit 14f555fe65
1 changed files with 1 additions and 1 deletions

View File

@ -101,8 +101,8 @@ if (have_option('u', 'universe')) {
$qm->enqueue(array($type, $opts), 'siterem');
if (!$quiet) { print "Sent pending {$type} reminders for {$server}.\n"; }
}
if (!$quiet) { print "Done! Reminders sent to all unconfirmed addresses in the known universe.\n"; }
}
if (!$quiet) { print "Done! Reminders sent to all unconfirmed addresses in the known universe.\n"; }
}
} else {
$qm = QueueManager::get();