From b9240f63d790d9e1c599b37da0746f6aaa57a468 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Sun, 22 Jan 2006 07:31:38 +0000 Subject: [PATCH] - Patch #45684 by wtanaka: added missing ''s --- modules/drupal.module | 2 +- modules/drupal/drupal.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/drupal.module b/modules/drupal.module index 3a5523916067..c7ba8709e2f5 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 3a5523916067..c7ba8709e2f5 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(). -- GitLab