CVS update: /cowiki/includes/cowiki/class/dao/
[email protected] 12 May 2005 19:43:06 -0000
| Newsgroups | gmane.comp.php.cowiki.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: dgorski Date: 2005/05/12 12:43:06 Modified: cowiki/includes/cowiki/class/dao/class.CommentDAO.php Log: Temporarily disable beginTransaction()/endTransaction() work of unit. This will we replaced by begin()/commit() soon File Changes: Directory: /cowiki/includes/cowiki/class/dao/ ============================================= File [changed]: class.CommentDAO.php Url: http://cowiki.tigris.org/source/browse/cowiki/includes/cowiki/class/dao/class.CommentDAO.php?r1=1.11&r2=1.12 Delta lines: +4 -4 ------------------- --- class.CommentDAO.php 1 May 2005 04:34:28 -0000 1.11 +++ class.CommentDAO.php 12 May 2005 19:43:04 -0000 1.12 @@ -2,7 +2,7 @@ /** * - * $Id: class.CommentDAO.php,v 1.11 2005/05/01 04:34:28 dgorski Exp $ + * $Id: class.CommentDAO.php,v 1.12 2005/05/12 19:43:04 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.11 $ + * @version $Revision: 1.12 $ * */ @@ -690,7 +690,7 @@ $aFields['rec_mod_host'] = $this->Request->getRemoteHost(); } - $this->Storage->beginTransaction($this->sComTable); + #$this->Storage->beginTransaction($this->sComTable); // Is this is an update or an initial insert? if ($ComItem->get('commentId')) { @@ -791,7 +791,7 @@ // ---------------------------------------------------------------- - $this->Storage->endTransaction($this->sComTable); +# $this->Storage->endTransaction($this->sComTable); // Tell the observers that something has changed $this->notifyObservers();