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) {