aboutsummaryrefslogtreecommitdiffstats
path: root/mod/install.php
diff options
context:
space:
mode:
authorMichael <icarus@dabo.de>2012-04-13 00:10:13 +0200
committerMichael <icarus@dabo.de>2012-04-13 00:10:13 +0200
commit7384786d4417ddd051b7daa71c019d3c551efc68 (patch)
tree56bc56ca94ae5d11db0c3e2f67620b15527236ad /mod/install.php
parent39405c8056b4a1d55c97fb2963d8776695dbeb30 (diff)
parente3af552bbfff2632bbcf2ce94c3e08ad4a5142d2 (diff)
downloadvolse-hubzilla-7384786d4417ddd051b7daa71c019d3c551efc68.tar.gz
volse-hubzilla-7384786d4417ddd051b7daa71c019d3c551efc68.tar.bz2
volse-hubzilla-7384786d4417ddd051b7daa71c019d3c551efc68.zip
Merge remote branch 'upstream/master'
Diffstat (limited to 'mod/install.php')
-rw-r--r--mod/install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/install.php b/mod/install.php
index d1142248a..2eb98ee91 100644
--- a/mod/install.php
+++ b/mod/install.php
@@ -451,7 +451,7 @@ function load_database_rem($v, $i){
function load_database($db) {
$str = file_get_contents('database.sql');
- $str = array_reduce(explode("\n", $str),"load_database_rem","");
+// $str = array_reduce(explode("\n", $str),"load_database_rem","");
$arr = explode(';',$str);
$errors = false;
foreach($arr as $a) {