--- php-delicious.inc.php	2007-01-13 20:54:05.000000000 +0100
+++ php-delicious.inc.php.new	2008-01-13 16:09:27.000000000 +0100
@@ -361,9 +361,9 @@
          
          if ($sDate != '') $aParameters['dt'] = $this->ToDeliciousDate($sDate);
          if (!$bReplace) $aParameters['replace'] = 'no';
-      
+        
          if ($aResult = $this->DeliciousRequest('posts/add', $aParameters)) {
-            return $this->GetBoolReturn($aResult['content']);
+            return $this->GetBoolReturn($aResult['attributes']['CODE']);
          }
       
          return false;
@@ -373,7 +373,7 @@
          $this->Delay();
          
          if ($aResult = $this->DeliciousRequest('posts/delete', array('url' => $sUrl))) {
-            return $this->GetBoolReturn($aResult['content']);
+            return $this->GetBoolReturn($aResult['attributes']['CODE']);
          } 
          return false;
       }
