Index: cvs_deploy.info =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/cvs_deploy/cvs_deploy.info,v retrieving revision 1.3 diff -u -p -r1.3 cvs_deploy.info --- cvs_deploy.info 21 Jun 2007 09:34:59 -0000 1.3 +++ cvs_deploy.info 1 Oct 2008 19:43:26 -0000 @@ -1,4 +1,5 @@ ; $Id: cvs_deploy.info,v 1.3 2007/06/21 09:34:59 dww Exp $ name = CVS Deploy description = Helps sites that are deployed directly from a CVS workspace. -core = 6.x +core = 7.x +files[] = cvs_deploy.module Index: cvs_deploy.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/cvs_deploy/cvs_deploy.module,v retrieving revision 1.19 diff -u -p -r1.19 cvs_deploy.module --- cvs_deploy.module 19 Feb 2008 22:02:34 -0000 1.19 +++ cvs_deploy.module 1 Oct 2008 19:43:26 -0000 @@ -97,7 +97,7 @@ function _cvs_deploy_version_alter(&$ver } if (module_exists('update') && $version == 'HEAD') { - require_once('modules/update/update.compare.inc'); + module_load_include('inc', 'update', 'update.compare'); // If there's available update_status data, we can use the version string // the release node pointing to HEAD really has. However, we can only // safely grab this data directly from the cache, since if we call