Index: modules/cvslog/cvs_local.example.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/cvslog/Attic/cvs_local.example.inc,v retrieving revision 1.1.2.10 diff -u -p -r1.1.2.10 cvs_local.example.inc --- modules/cvslog/cvs_local.example.inc 25 Oct 2006 10:44:26 -0000 1.1.2.10 +++ modules/cvslog/cvs_local.example.inc 6 Nov 2006 22:59:14 -0000 @@ -18,7 +18,7 @@ function cvs_get_version_from_tag($tag, // First, split on '--', if it's there, that tells us API vs. regular list($first_ver, $second_ver) = explode('--', $tag->tag); $first = explode('-', $first_ver, 5); - $second = empty($second_ver) ? array() : explode('-', $second_ver); + $second = empty($second_ver) ? array() : explode('-', $second_ver, 3); if ($project->nid == 3060) { if ($first[1] >= 5) {