mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 08:02:51 +02:00
don't show known errors for old sql updates
git-svn-id: http://www.observium.org/svn/observer/trunk@2886 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -109,11 +109,18 @@ foreach ($filelist as $file)
|
||||
}
|
||||
}
|
||||
|
||||
echo " done ($err errors).\n";
|
||||
if ($db_rev < 5)
|
||||
{
|
||||
echo(" done.\n");
|
||||
}
|
||||
else
|
||||
{
|
||||
echo(" done ($err errors).\n");
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
echo " Could not open file!\n";
|
||||
echo(" Could not open file!\n");
|
||||
}
|
||||
|
||||
$updating++;
|
||||
|
||||
Reference in New Issue
Block a user