From b9240f63d790d9e1c599b37da0746f6aaa57a468 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 22 Jan 2006 07:31:38 +0000 Subject: - Patch #45684 by wtanaka: added missing ''s --- modules/drupal/drupal.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/drupal/drupal.module') 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(). -- cgit v1.2.3