Move print statement
This commit is contained in:
parent
9051417605
commit
e53dad35b8
@ -101,8 +101,8 @@ if (have_option('u', 'universe')) {
|
|||||||
$qm->enqueue(array($type, $opts), 'siterem');
|
$qm->enqueue(array($type, $opts), 'siterem');
|
||||||
if (!$quiet) { print "Sent pending {$type} reminders for {$server}.\n"; }
|
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 {
|
} else {
|
||||||
$qm = QueueManager::get();
|
$qm = QueueManager::get();
|
||||||
|
Loading…
Reference in New Issue
Block a user