diff options
author | Silvio <s1lv10@uol.com.br> | 2010-03-23 16:34:15 -0300 |
---|---|---|
committer | Silvio <s1lv10@uol.com.br> | 2010-03-23 16:34:15 -0300 |
commit | a220f4cc786002fb8ced23493b1792eed9a641e2 (patch) | |
tree | 9ecddd3737e76d5411190ea0af373dd50aa510ba | |
parent | cdc5e608877b8f3b9143da953ffae45943221fab (diff) | |
download | mass_image_import-a220f4cc786002fb8ced23493b1792eed9a641e2.tar.gz mass_image_import-a220f4cc786002fb8ced23493b1792eed9a641e2.tar.bz2 |
Minor changes
-rw-r--r-- | mass_image_import.module | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mass_image_import.module b/mass_image_import.module index 15a4c7c..d86ce64 100644 --- a/mass_image_import.module +++ b/mass_image_import.module @@ -1,12 +1,12 @@ <?php -// $Id$ +// $Id$ /** - * @file + * @file * Mass image import module. * * This module implements a bulk image import operation and uses - * code from image_import module. + * code from image_import module. */ /** |