summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2006-07-31 16:29:15 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2006-07-31 16:29:15 +0000
commit71236a88eb0dc32f2b2cb8c72d484b08942ab07a (patch)
treeefba88ed4ea18348caf693db255a76094da756f0 /update.php
parent6a13ffefe58bced9ce38e505d6f05547911c81d9 (diff)
downloadbrdo-71236a88eb0dc32f2b2cb8c72d484b08942ab07a.tar.gz
brdo-71236a88eb0dc32f2b2cb8c72d484b08942ab07a.tar.bz2
Oops ($access_check).
Diffstat (limited to 'update.php')
-rw-r--r--update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php
index e26eed209..9c0ae27ae 100644
--- a/update.php
+++ b/update.php
@@ -15,7 +15,7 @@
*/
// Enforce access checking?
-$access_check = FALSE;TRUE;
+$access_check = TRUE;
function update_sql($sql) {