Skip to content

Commit 208276b

Browse files
author
ncomputers.org
committed
Update installer_base.lib.php
1 parent c86306a commit 208276b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/lib/installer_base.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ public function configure_database() {
226226

227227
//* check sql-mode
228228
$check_sql_mode = $this->db->queryOneRecord("SELECT @@sql_mode");
229-
if($check_sql_mode['@@sql_mode']!='' && strpos($check_sql_mode['@@sql_mode'],'NO_ENGINE_SUBSTITUTION')===false) {
229+
if ($check_sql_mode['@@sql_mode'] != '' && strpos($check_sql_mode['@@sql_mode'],'NO_ENGINE_SUBSTITUTION')===false) {
230230
echo "Wrong SQL-mode. You should use NO_ENGINE_SUBSTITUTION. Add\n\n";
231231
echo " sql-mode=\"NO_ENGINE_SUBSTITUTION\"\n\n";
232232
echo"to the mysqld-section in your mysql-config on the server\n";

0 commit comments

Comments
 (0)