*** php-delicious.inc.php	2008-12-24 14:16:36.000000000 +0100
--- php-delicious.inc.php.patched	2008-12-24 14:16:43.000000000 +0100
***************
*** 135,141 ****
                       $this->iLastError = PHP_DELICIOUS_ERR_CONNECTION_FAILED;
                 }
              }
!             
              // close session
              curl_close($oCurl);
              
--- 135,143 ----
                       $this->iLastError = PHP_DELICIOUS_ERR_CONNECTION_FAILED;
                 }
              }
!             else {
!               $this->iLastError = PHP_DELICIOUS_ERR_CONNECTION_FAILED;
!             }
              // close session
              curl_close($oCurl);
              
