From 2d8f8d193b9b4cf17b6eedd342149ff0d6ba7874 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 2 May 2018 09:24:09 +0200 Subject: lib/mysql.php: fix typo --- lib/mysql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/mysql.php') diff --git a/lib/mysql.php b/lib/mysql.php index d595d64..ce48f73 100644 --- a/lib/mysql.php +++ b/lib/mysql.php @@ -22,6 +22,6 @@ function show_warning_on_offline_slave() { $result = mysql_run_query("SHOW STATUS LIKE \"Slave_running\""); if (($result -> num_rows == 0) || ($result -> fetch_assoc() ["Value"] != "ON")) { - print "
The replication slave is currently not running. The database might be outdated.
\n"; + print "
The replication slave is currently not running. The database might be outdated.
\n"; } } -- cgit v1.2.3