]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Merge branch '1.0.x' into testing
authorZach Copley <zach@status.net>
Tue, 21 Jun 2011 17:43:18 +0000 (10:43 -0700)
committerZach Copley <zach@status.net>
Tue, 21 Jun 2011 17:43:18 +0000 (10:43 -0700)
* 1.0.x:
  Move print statement

plugins/EmailReminder/scripts/sendemailreminder.php

index 21b3dbe42e6ef554054ad5884bb354318310f17b..4bfa811e1014faafc948253919b75e59a70d7877 100644 (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();