Index: modules/dblog/dblog.install =================================================================== RCS file: /cvs/drupal/drupal/modules/dblog/dblog.install,v retrieving revision 1.6.2.2 diff -u -p -r1.6.2.2 dblog.install --- modules/dblog/dblog.install 14 Sep 2009 07:59:04 -0000 1.6.2.2 +++ modules/dblog/dblog.install 14 Sep 2009 08:17:00 -0000 @@ -101,7 +101,7 @@ function dblog_schema() { } /** - * @defgroup updates-5.x-to-6.x Database logging updates from 5.x to 6.x + * @defgroup updates-6.x-extra Extra database logging updates for 6.x * @{ */ @@ -115,6 +115,6 @@ function dblog_update_6000() { } /** - * @} End of "defgroup updates-5.x-to-6.x" + * @} End of "defgroup updates-6.x-extra" * The next series of updates should start at 7000. */ Index: modules/statistics/statistics.install =================================================================== RCS file: /cvs/drupal/drupal/modules/statistics/statistics.install,v retrieving revision 1.13.2.2 diff -u -p -r1.13.2.2 statistics.install --- modules/statistics/statistics.install 14 Sep 2009 07:59:04 -0000 1.13.2.2 +++ modules/statistics/statistics.install 14 Sep 2009 08:17:00 -0000 @@ -119,7 +119,7 @@ function statistics_schema() { } /** - * @defgroup updates-5.x-to-6.x Statistics updates from 5.x to 6.x + * @defgroup updates-6.x-extra Extra statistics updates for 6.x * @{ */ @@ -133,6 +133,6 @@ function statistics_update_6000() { } /** - * @} End of "defgroup updates-5.x-to-6.x" + * @} End of "defgroup updates-6.x-extra" * The next series of updates should start at 7000. */