Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1220)
+++ branches/2.8.x/CHANGELOG	(revision 1221)
@@ -11,6 +11,8 @@
 ! = Update/Change
 
 ------------------------------------- 2.8.1 -------------------------------------
+23-Dec-2009 Dietmar Woellbrink (Luisehahne)
+!	check if revision $id will be updated
 21-Dec-2009 Moritz Stapelfeldt
 #	Ticket #896: Bugfix in framework/functions.php > added test is_dir to function rm_full_dir
 16-Dec-2009 Ruud Eisinga
Index: branches/2.8.x/wb/modules/backup/index.php
===================================================================
--- branches/2.8.x/wb/modules/backup/index.php	(revision 1220)
+++ branches/2.8.x/wb/modules/backup/index.php	(revision 1221)
@@ -1,12 +1,5 @@
 <?php
-/****************************************************************************
-* SVN Version information:
-*
-* $Id$
-*
-*****************************************************************************
-*
-*****************************************************************************
+/***************************************************************************
 *                          WebsiteBaker
 *
 * WebsiteBaker Project <http://www.websitebaker2.org/>
@@ -21,15 +14,8 @@
 * with ease.
 *
 *****************************************************************************
-*
+
 *****************************************************************************
-*                   WebsiteBaker Extra Information (where needed)
-*
-*
-*
-*****************************************************************************
-*
-*****************************************************************************
 *                        LICENSE INFORMATION
 *
 * WebsiteBaker is free software; you can redistribute it and/or
@@ -45,7 +31,29 @@
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+****************************************************************************
+
+*****************************************************************************
+*                   WebsiteBaker Extra Information
+*
+*
+*
+*
 *****************************************************************************/
+/**
+*
+* @category     modules
+* @package      backup
+* @author       Ryan Djurovich
+* @copyright    2004-2009, Ryan Djurovich
+* @copyright    2009, Website Baker Org. e.V.
+* @version      $Id$
+* @platform     WebsiteBaker 2.8.x
+* @requirements >= PHP 4.3.4
+* @license      http://www.gnu.org/licenses/gpl.html
+*
+*
+*/
 
 header('Location: ../index.php');
 
