Do not pass the $key to sqimap_login, that takes care of that itself.
[squirrelmail.git] / src / addrbook_search.php
index 843303cc9e5815503b5b015bb85d7fa7151d143b..f75abff9ce2143422f44613f20f2b879b000fff4 100644 (file)
@@ -154,10 +154,6 @@ function display_result($res, $includesource = true) {
 /* ================= End of functions ================= */
 
 /** lets get the global vars we may need */
-sqgetGlobalVar('key',       $key,           SQ_COOKIE);
-sqgetGlobalVar('username',  $username,      SQ_SESSION);
-sqgetGlobalVar('onetimepad',$onetimepad,    SQ_SESSION);
-sqgetGlobalVar('base_uri',  $base_uri,      SQ_SESSION);
 
 if (! sqgetGlobalVar('show' , $show)) {
     $show = '';