Removed variables that were initialized, but never actually used
[squirrelmail.git] / functions / imap_general.php
index 0a70f685f36fcc8bd0eb7581808494531c3dce90..8a117dec5ef07e0e478fd562d95da6d594239822 100755 (executable)
@@ -320,7 +320,7 @@ function sqimap_retrieve_imap_response($imap_stream, $tag, $handle_errors,
     $resultlist = array();
     $data = array();
     $read = sqimap_fgets($imap_stream);
-    $i = $k = 0;
+    $i = 0;
     while ($read) {
         $char = $read{0};
         switch ($char)