diff options
author | Silvio <silvio@socioambiental.org> | 2009-10-06 17:41:12 -0300 |
---|---|---|
committer | Silvio <silvio@socioambiental.org> | 2009-10-06 17:41:12 -0300 |
commit | cde6a071d1a533dac94f7324a80758d06ead1157 (patch) | |
tree | 1aa5ea9120f598459440903dd7a9a5dc4da8062d | |
parent | 398e0d046a4ed75d12573347d4b1bf7d0a58fc11 (diff) | |
download | node_truncate-cde6a071d1a533dac94f7324a80758d06ead1157.tar.gz node_truncate-cde6a071d1a533dac94f7324a80758d06ead1157.tar.bz2 |
Adding comments
-rw-r--r-- | node_import_truncate.module | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/node_import_truncate.module b/node_import_truncate.module index 76aeb77..db697ba 100644 --- a/node_import_truncate.module +++ b/node_import_truncate.module @@ -3,8 +3,11 @@ /** * @file - * * Node Import Truncate module. + * + * This module adds a final step at the Node Import form so users + * can choose whether to erase all nodes of a given content type + * before importing new data into it. */ /** |