summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2001-05-14 23:08:29 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2001-05-14 23:08:29 +0000
commitce2ad0bd583aeac72a21dad8f19664c4a3236419 (patch)
tree016926b9197ab119825e04cbea82feaec6ba60de
parent2baf9ac129d9ecf1beb5204c2916bc0a3a39855f (diff)
downloadbrdo-ce2ad0bd583aeac72a21dad8f19664c4a3236419.tar.gz
brdo-ce2ad0bd583aeac72a21dad8f19664c4a3236419.tar.bz2
Nat: adding a block is nice, but make sure don't forget traling semi-colons on commands... :)
-rw-r--r--updates/2.00-to-x.xx.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/updates/2.00-to-x.xx.php b/updates/2.00-to-x.xx.php
index aedfa2aab..56547d0f7 100644
--- a/updates/2.00-to-x.xx.php
+++ b/updates/2.00-to-x.xx.php
@@ -1,5 +1,6 @@
<?php
-die("For now you will have to do the updates from the command line.")
+print ("For now you will have to do the updates from the command line.");
+exit;
include "includes/common.inc";