alecpl
2012-04-11 3d5240b70d39b398018c0c04c420fc86da65d41a
program/include/rcmail.php
@@ -728,11 +728,10 @@
      }
      else {
        $this->set_storage_prop();
        return $storage->is_connected();
      }
    }
    return false;
    return $storage->is_connected();
  }