CVS update: /cowiki/includes/cowiki/class/dao/

[email protected] 22 Sep 2005 03:05:04 -0000
Newsgroups gmane.comp.php.cowiki.cvs
Message-ID <[email protected]>
User: dgorski 
Date: 2005/09/21 20:05:04

Modified:
   cowiki/includes/cowiki/class/dao/class.DocumentDAO.php

Log:
 DISABLED DUE TO MAINTAINER CAVEAT, ask on the mailing lists

File Changes:

Directory: /cowiki/includes/cowiki/class/dao/
=============================================

File [changed]: class.DocumentDAO.php
Url: http://cowiki.tigris.org/source/browse/cowiki/includes/cowiki/class/dao/class.DocumentDAO.php?r1=1.75&r2=1.76
Delta lines:  +5 -3
-------------------
--- class.DocumentDAO.php	13 Sep 2005 01:55:43 -0000	1.75
+++ class.DocumentDAO.php	22 Sep 2005 03:05:02 -0000	1.76
@@ -2,7 +2,7 @@
 
 /**
  *
- * $Id: class.DocumentDAO.php,v 1.75 2005/09/13 01:55:43 dgorski Exp $
+ * $Id: class.DocumentDAO.php,v 1.76 2005/09/22 03:05:02 dgorski Exp $
  *
  * This file is part of coWiki. coWiki is free software under the terms of
  * the GNU General Public License (GPL). Read the LICENSE file. If you did
@@ -17,7 +17,7 @@
  * @author      Daniel T. Gorski, <[email protected]>
  * @copyright   (C) Daniel T. Gorski, {@link http://www.develnet.org}
  * @license     http://www.gnu.org/licenses/gpl.html
- * @version     $Revision: 1.75 $
+ * @version     $Revision: 1.76 $
  *
  */
 
@@ -1477,6 +1477,8 @@
         // If this is an update
         if ((int)$Node->get('id') !== 0) {
 
+/* DISABLED DUE TO MAINTAINER CAVEAT, ask on the mailing lists ...
+
             // Change log given? Check only if not a 'minor change' - or -
             // vice versa: Check only if we need a backup.
             if ($bDoBackup && strlen($Node->get('changelog')) <= 3) {
@@ -1491,7 +1493,7 @@
                 
                 return false;
             }
-            
+*/            
             // {{{ DEBUG }}}
             Logger::info(
                 'Preparing record update for node id #'.$Node->get('id')