diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-01-22 07:31:38 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-01-22 07:31:38 +0000 |
commit | b9240f63d790d9e1c599b37da0746f6aaa57a468 (patch) | |
tree | 97b3a371b42802f39d24a50162e3310c6c32d005 | |
parent | e21b5be8d890e0d48f8fab37055c8337d9042600 (diff) | |
download | brdo-b9240f63d790d9e1c599b37da0746f6aaa57a468.tar.gz brdo-b9240f63d790d9e1c599b37da0746f6aaa57a468.tar.bz2 |
- Patch #45684 by wtanaka: added missing ''s
-rw-r--r-- | modules/drupal.module | 2 | ||||
-rw-r--r-- | modules/drupal/drupal.module | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/drupal.module b/modules/drupal.module index 3a5523916..c7ba8709e 100644 --- a/modules/drupal.module +++ b/modules/drupal.module @@ -6,7 +6,7 @@ * Lets users log in using a Drupal ID and can notify a central server about your site. */ -define(VERSION, '4.7.0'); +define('VERSION', '4.7.0'); /** * Implementation of hook_help(). diff --git a/modules/drupal/drupal.module b/modules/drupal/drupal.module index 3a5523916..c7ba8709e 100644 --- a/modules/drupal/drupal.module +++ b/modules/drupal/drupal.module @@ -6,7 +6,7 @@ * Lets users log in using a Drupal ID and can notify a central server about your site. */ -define(VERSION, '4.7.0'); +define('VERSION', '4.7.0'); /** * Implementation of hook_help(). |