Skip to content

Commit

Permalink
Actually, modules are stored as serialized array instead of a
Browse files Browse the repository at this point in the history
space-separated list of strings. Correct that factual error.
  • Loading branch information
jpetso committed Jan 4, 2009
1 parent 93c0d3f commit d37a7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versioncontrol_cvs.install
Expand Up @@ -56,7 +56,7 @@ function versioncontrol_cvs_schema() {
),
'modules' => array(
'description' => t(
'A space-separated list of paths (relative to the root directory, without a leading slash) that will be parsed and recorded by the log parser. Normally this will be used to specify modules, but adding more complex paths like "contributions/modules/versioncontrol_cvs" should work just as well (as long as the path contains no spaces).'
'A serialized array of path strings (relative to the root directory, without a leading slash) that will be parsed and recorded by the log parser. Normally this will be used to specify modules, but adding more complex paths like "contributions/modules/versioncontrol_cvs" should work just as well. If the whole repository is to be scanned, this column contains an empty serialized array.'
),
'type' => 'varchar',
'length' => 255,
Expand Down

0 comments on commit d37a7c7

Please sign in to comment.