diff options
author | Silvio <silvio@devlet.com.br> | 2011-11-21 13:53:29 -0200 |
---|---|---|
committer | Silvio <silvio@devlet.com.br> | 2011-11-21 13:53:29 -0200 |
commit | 4b8b8d4ef2b494435eefaf6e3ad6397cf8b69719 (patch) | |
tree | d6337b86846f899a31ae0bf78a323f436377f09d | |
parent | 2f3851e46b24afbd33fba822a06faf621afc757e (diff) | |
download | imagecache_auto-4b8b8d4ef2b494435eefaf6e3ad6397cf8b69719.tar.gz imagecache_auto-4b8b8d4ef2b494435eefaf6e3ad6397cf8b69719.tar.bz2 |
Removing Id keyword
-rw-r--r-- | imagecache_auto.admin.inc | 1 | ||||
-rw-r--r-- | imagecache_auto.inc | 1 | ||||
-rw-r--r-- | imagecache_auto.info | 1 | ||||
-rw-r--r-- | imagecache_auto.module | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/imagecache_auto.admin.inc b/imagecache_auto.admin.inc index 9b8efcb..c820c14 100644 --- a/imagecache_auto.admin.inc +++ b/imagecache_auto.admin.inc @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @file diff --git a/imagecache_auto.inc b/imagecache_auto.inc index c0a28ef..788b195 100644 --- a/imagecache_auto.inc +++ b/imagecache_auto.inc @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @file diff --git a/imagecache_auto.info b/imagecache_auto.info index f2741d9..6d7ded9 100644 --- a/imagecache_auto.info +++ b/imagecache_auto.info @@ -1,4 +1,3 @@ -; $Id$ name = ImageCache Auto description = Creates ImageCache presets on the fly. core = 6.x diff --git a/imagecache_auto.module b/imagecache_auto.module index 40b62fd..64d6fc5 100644 --- a/imagecache_auto.module +++ b/imagecache_auto.module @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @file |