diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-09-18 17:48:47 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-09-18 17:48:47 -0300 |
commit | c79be820e97da9b31921a7b6a876e089c6939cd2 (patch) | |
tree | 5a79f88f700cb9d4653f604372c116508888fe07 /files | |
parent | f5134059cd45e446adc8c7df746954ad8ba94aa0 (diff) | |
download | puppet-drupal-c79be820e97da9b31921a7b6a876e089c6939cd2.tar.gz puppet-drupal-c79be820e97da9b31921a7b6a876e089c6939cd2.tar.bz2 |
Adding hidden_captcha module
Diffstat (limited to 'files')
-rw-r--r-- | files/drupal6.make | 1 | ||||
-rw-r--r-- | files/drupal7.make | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/files/drupal6.make b/files/drupal6.make index e39d34c..8f78678 100644 --- a/files/drupal6.make +++ b/files/drupal6.make @@ -198,3 +198,4 @@ projects[] = demo projects[] = security_review projects[] = module_filter projects[] = permission_select +projects[] = hidden_captcha diff --git a/files/drupal7.make b/files/drupal7.make index 61a19e4..40081b6 100644 --- a/files/drupal7.make +++ b/files/drupal7.make @@ -107,3 +107,4 @@ projects[] = demo projects[] = security_review projects[] = module_filter projects[] = permission_select +projects[] = hidden_captcha |