diff --git a/GBM/License/7z license.txt b/GBM/License/7z license.txt index d1285cc..7b8e9a0 100644 --- a/GBM/License/7z license.txt +++ b/GBM/License/7z license.txt @@ -3,7 +3,7 @@ License for use and distribution ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - Copyright (C) 1999-2015 Igor Pavlov. + Copyright (C) 1999-2016 Igor Pavlov. 7-Zip Extra files are under the GNU LGPL license. diff --git a/GBM/License/license.txt b/GBM/License/license.txt index b50caf7..11fcfed 100644 --- a/GBM/License/license.txt +++ b/GBM/License/license.txt @@ -1,5 +1,5 @@ GBM - Game Backup Monitor -Copyright (C) 2015 Michael J. Seiferling +Copyright (C) 2016 Michael J. Seiferling This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -16,4 +16,4 @@ along with this program. If not, see . Contact Information: -mseiferling@gmail.com \ No newline at end of file +gamebackupmonitor@gmail.com \ No newline at end of file diff --git a/GBM/Managers/mgrMonitorList.vb b/GBM/Managers/mgrMonitorList.vb index 8bfcaa9..f50df73 100644 --- a/GBM/Managers/mgrMonitorList.vb +++ b/GBM/Managers/mgrMonitorList.vb @@ -307,7 +307,7 @@ Public Class mgrMonitorList sBackupLimit = "@BackupLimit" Else sTimeStamp = "COALESCE((SELECT TimeStamp FROM monitorlist WHERE MonitorID=@ID),0)" - sBackupLimit = "(SELECT BackupLimit FROM monitorlist WHERE MonitorID=@ID),0)" + sBackupLimit = "COALESCE((SELECT BackupLimit FROM monitorlist WHERE MonitorID=@ID),2)" End If If (eSyncFields And clsGame.eOptionalSyncFields.Version) = clsGame.eOptionalSyncFields.Version Then sVersion = "@Version"