Changing back to messages.
[squirrelmail.git] / plugins / mail_fetch / functions.php
index 565e867b127abe869a600e05efacaaa1ccb65483..5f1e97184d036015f5451288d0691da1cbb60447 100644 (file)
@@ -9,7 +9,7 @@
  * and josh@superfork.com (extracted from php manual)
  * Adapted for MailFetch by Philippe Mingo <mingo@rotedic.com>
  *
- * @copyright &copy; 1999-2007 The SquirrelMail Project Team
+ * @copyright &copy; 1999-2009 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
@@ -32,8 +32,7 @@ global $mail_fetch_allow_unsubscribed;
   */
 function mail_fetch_link_do() {
 
-    global $oTemplate;
-    $nbsp = $oTemplate->fetch('non_breaking_space.tpl');
+    global $oTemplate, $nbsp;
     $output = makeInternalLink('plugins/mail_fetch/fetch.php', _("Fetch"), '')
             . $nbsp . $nbsp;
     return array('menuline' => $output);