summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/dump-database-d6.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dump-database-d6.sh b/scripts/dump-database-d6.sh
index ff21aedf2..7bcca95c1 100644
--- a/scripts/dump-database-d6.sh
+++ b/scripts/dump-database-d6.sh
@@ -29,7 +29,7 @@ include_once './includes/bootstrap.inc';
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
// Include the utility drupal_var_export() function.
-include_once dirname(__FILE__) . '/../includes/variable.inc';
+include_once dirname(__FILE__) . '/../includes/utility.inc';
// Output the PHP header.
$output = "<?php\n\n";