From 33b315c53d3bcd2ae18f360d0983f1fba7f151f0 Mon Sep 17 00:00:00 2001 From: The Great Git Migration <tggm@no-reply.drupal.org> Date: Fri, 25 Feb 2011 02:07:59 +0000 Subject: [PATCH] Stripping CVS keywords --- README.txt | 1 - update.info | 1 - update.module | 1 - 3 files changed, 3 deletions(-) diff --git a/README.txt b/README.txt index 051135f..eaad02e 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,3 @@ -$Id$ Drupal 6.x core provides a new module called 'Update status' which provides update notifications when new versions of core or contributed modules and diff --git a/update.info b/update.info index 8fd7503..3893ad8 100644 --- a/update.info +++ b/update.info @@ -1,4 +1,3 @@ -; $Id$ name = Update Notification Disable description = "Turns off core's update notification and removes warning about the Update status module not being enabled." core = 6.x diff --git a/update.module b/update.module index 163149b..83e0796 100644 --- a/update.module +++ b/update.module @@ -1,4 +1,3 @@ <?php -// $Id$ // This space intentionally left blank. -- GitLab