X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=lib%2FBackupPC%2FStorage%2FText.pm;h=5c60cf6b60509cc15fd7ee1e3f006a2e30259c44;hp=7c4f1f7bab429b42cd64858aea098c414df469ad;hb=fda25dc88a63ccac1c80efa2e4994bf0725ca9b7;hpb=fadae1eaa5482a441bc8e8aa829a063ee6a5f0c0 diff --git a/lib/BackupPC/Storage/Text.pm b/lib/BackupPC/Storage/Text.pm index 7c4f1f7..5c60cf6 100644 --- a/lib/BackupPC/Storage/Text.pm +++ b/lib/BackupPC/Storage/Text.pm @@ -12,7 +12,7 @@ # Craig Barratt # # COPYRIGHT -# Copyright (C) 2004 Craig Barratt +# Copyright (C) 2004-2007 Craig Barratt # # 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 @@ -30,7 +30,7 @@ # #======================================================================== # -# Version 3.1.0beta0, released 3 Sep 2007. +# Version 3.1.0, released 25 Nov 2007. # # See http://backuppc.sourceforge.net. # @@ -319,11 +319,6 @@ sub ConfigDataRead delete($conf->{BlackoutWeekDays}); } - # - # Make sure IncrLevels is defined - # - $conf->{IncrLevels} = [1] if ( !defined($conf->{IncrLevels}) ); - return (undef, $conf); }