aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/database.php
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-10-07 11:38:32 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-10-07 11:38:32 +0000
commit1c9fafbf3b817ae6fb038c1f25f9e4fd817df929 (patch)
tree4e11280242c2bcfdba7d74d51802e924b62fb5b7 /engine/lib/database.php
parentf89ef0c9768871d42529ec81d2ec8e14565d6c71 (diff)
downloadelgg-1c9fafbf3b817ae6fb038c1f25f9e4fd817df929.tar.gz
elgg-1c9fafbf3b817ae6fb038c1f25f9e4fd817df929.tar.bz2
Closes #409: PHP update script to update core added
git-svn-id: https://code.elgg.org/elgg/trunk@2208 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/database.php')
-rw-r--r--engine/lib/database.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/engine/lib/database.php b/engine/lib/database.php
index 0ac5eba65..c46d6023f 100644
--- a/engine/lib/database.php
+++ b/engine/lib/database.php
@@ -458,7 +458,8 @@
}
}
-
+
+ return true;
}
/**