diff options
Diffstat (limited to 'scripts/dump-database-d6.sh')
-rw-r--r-- | scripts/dump-database-d6.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/dump-database-d6.sh b/scripts/dump-database-d6.sh index 3eb5d48a2..41146b075 100644 --- a/scripts/dump-database-d6.sh +++ b/scripts/dump-database-d6.sh @@ -1,6 +1,5 @@ #!/usr/bin/env php <?php -// $Id$ /** * Dump a Drupal 6 database into a Drupal 7 PHP script to test the upgrade @@ -34,7 +33,6 @@ include_once dirname(__FILE__) . '/../includes/utility.inc'; // Output the PHP header. $output = <<<ENDOFHEADER <?php -// \$Id\$ /** * @file |