From 067f4fa0ec867df85de3ded56656f4b1eb8ced0f Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 20 Feb 2013 09:43:21 +0100 Subject: [PATCH] minor text modification --- install/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install.php b/install/install.php index 2c6c19a8c..8746f5737 100644 --- a/install/install.php +++ b/install/install.php @@ -338,7 +338,7 @@ if ($action=="setSettings") { } $d->close(); - echo "Your current database schema has version ".$rec['major'].'.'.$rec['minor'].'.'.$rec['subminor'].". Please run all
of the update scripts below in the listed order.

"; + echo "Your current database schema has version ".$rec['major'].'.'.$rec['minor'].'.'.$rec['subminor'].". Please run all (if any)
of the update scripts below in the listed order.

"; $connTmp = null; if($updatedirs) {