The use of 'user' as a column name no longer causes errors in SquirrelMail/PostgreSQL
[squirrelmail.git] / plugins / test / functions.php
index 543a941d2531b082c35ff3b1232f9db3c1c16945..0fc5ea8c4cf1cd758cbda388d31a2b8bdbaf45f5 100644 (file)
@@ -2,7 +2,7 @@
 
 /**
   * SquirrelMail Test Plugin
-  * @copyright © 2006 The SquirrelMail Project Team
+  * @copyright 2006-2010 The SquirrelMail Project Team
   * @license http://opensource.org/licenses/gpl-license.php GNU Public License
   * @version $Id$
   * @package plugins
@@ -17,8 +17,7 @@
   */
 function test_menuline_do() {
 
-    global $oTemplate;
-    $nbsp = $oTemplate->fetch('non_breaking_space.tpl');
+    global $oTemplate, $nbsp;
     $output = makeInternalLink('plugins/test/test.php', 'Test', 'right')
             . $nbsp . $nbsp;
     return array('menuline' => $output);