Index: cvs_deploy.module =================================================================== RCS file: /cvs/drupal/contributions/modules/cvs_deploy/cvs_deploy.module,v retrieving revision 1.18 diff -u -p -r1.18 cvs_deploy.module --- cvs_deploy.module 22 Jan 2008 08:06:06 -0000 1.18 +++ cvs_deploy.module 12 Feb 2008 03:30:58 -0000 @@ -19,6 +19,7 @@ function cvs_deploy_version_from_tag($tag) { // If there's nothing, it must be a HEAD checkout, and therefore, // we have no idea what the version is. + $version = ''; if (!$tag) { $version = 'HEAD'; }