Index: cvs_deploy.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/cvs_deploy/cvs_deploy.module,v
retrieving revision 1.25
diff -u -p -r1.25 cvs_deploy.module
--- cvs_deploy.module	21 Aug 2009 21:04:14 -0000	1.25
+++ cvs_deploy.module	26 Sep 2009 05:51:11 -0000
@@ -105,14 +105,7 @@ function _cvs_deploy_version_alter(&$ver
     // function invokes update_status_get_projects(), which in turn needs to
     // process the .info files, which invokes the hook that leads here.
     if (empty($available)) {
-      if (function_exists('_update_cache_get')) {
-        // 6.11 core and later, using the new private cache system.
-        $cache = _update_cache_get('update_available_releases');
-      }
-      else {
-        // 6.10 core and earlier, using the (fragile) core cache system.
-        $cache = cache_get('update_info', 'cache_update');
-      }
+      $cache = _update_cache_get('update_available_releases');
       if (!empty($cache)) {
         $available = $cache->data;
       }
