Skip to content

Commit 4f33655

Browse files
author
ncomputers.org
committed
Florian Schaal request
1 parent 7f91b43 commit 4f33655

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/lib/installer_base.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ public function configure_database() {
229229
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";
232-
echo"to the mysqld-section in your mysql-config on this server\n";
232+
echo"to the mysqld-section in your mysql-config on the server\n";
233233
die();
234234
}
235235

install/lib/update.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ function updateDbAndIni() {
128128
if($check_sql_mode['@@sql_mode']!='' && strpos($check_sql_mode['@@sql_mode'],'NO_ENGINE_SUBSTITUTION')===false) {
129129
echo "Wrong SQL-mode. You should use NO_ENGINE_SUBSTITUTION. Add\n\n";
130130
echo " sql-mode=\"NO_ENGINE_SUBSTITUTION\"\n\n";
131-
echo"to the mysqld-section in your mysql-config on this server\n";
131+
echo"to the mysqld-section in your mysql-config on the server\n";
132132
die();
133133
}
134134

0 commit comments

Comments
 (0)