no need to pass $key variable to sqimap_login anymore
[squirrelmail.git] / plugins / info / options.php
index 85677c19448a674c4cd6c89bb74203fa54cbce3d..8da3dd9e2e8703c99ac6dad0761845689dea74d4 100644 (file)
@@ -42,8 +42,6 @@ if (! is_plugin_enabled('info')) {
 }
 
 /* GLOBALS */
-sqgetGlobalVar('username', $username, SQ_SESSION);
-
 sqgetGlobalVar('submit', $submit, SQ_POST);
 
 for($i = 0; $i <= 9; $i++){
@@ -207,4 +205,4 @@ sqimap_logout($imap_stream);
  */
 do_hook('info_bottom');
 ?>
-</body></html>
\ No newline at end of file
+</body></html>