Silly me, functions require () to work.
[squirrelmail.git] / src / right_main.php
index ca0a4fbe41ad9b73566dd66fd3776e09e70e4cc3..c634e0755f983d77395b2e679614a2d815a6902f 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * right_main.php
  *
- * Copyright (c) 1999-2002 The SquirrelMail Project Team
+ * Copyright (c) 1999-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This is where the mailboxes are listed. This controls most of what
@@ -89,6 +89,9 @@ if (isset($_GET['session'])) {
     $session = $_GET['session'];
 }
 
+if (isset($_GET['note'])) {
+       $note = $_GET['note'];
+}
 
 /* end of get globals */