X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Finstall.php;h=2eb98ee916a8d0f5dab4d0678bdb0e5b187b2988;hb=947b6073b1920dfcb7de273dd6dae9b1ff3d7458;hp=d1142248a3610c12d4db95f57b310b6011b4d7d9;hpb=aaf5a81365b4cbcb3d1b9537b5544aeb5de66f4b;p=friendica.git diff --git a/mod/install.php b/mod/install.php index d1142248a3..2eb98ee916 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) {