CVS update: /cowiki/htdocs/setup/class/task/
[email protected] 7 May 2005 00:32:01 -0000
| Newsgroups | gmane.comp.php.cowiki.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: dgorski Date: 2005/05/06 17:32:01 Modified: cowiki/htdocs/setup/class/task/class.TaskMigrator.php Log: Do not display the migration date File Changes: Directory: /cowiki/htdocs/setup/class/task/ =========================================== File [changed]: class.TaskMigrator.php Url: http://cowiki.tigris.org/source/browse/cowiki/htdocs/setup/class/task/class.TaskMigrator.php?r1=1.4&r2=1.5 Delta lines: +4 -4 ------------------- --- class.TaskMigrator.php 6 May 2005 02:15:19 -0000 1.4 +++ class.TaskMigrator.php 7 May 2005 00:31:59 -0000 1.5 @@ -2,7 +2,7 @@ /** * - * $Id: class.TaskMigrator.php,v 1.4 2005/05/06 02:15:19 dgorski Exp $ + * $Id: class.TaskMigrator.php,v 1.5 2005/05/07 00:31:59 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.4 $ + * @version $Revision: 1.5 $ * */ @@ -144,7 +144,7 @@ if (is_string($mDesc)) { $sStr .= '<li>'; - $sStr .= $this->getMigrationDate($k); +# $sStr .= $this->getMigrationDate($k); $sStr .= $mDesc . '<br/>'; $sStr .= '</li>'; } @@ -152,7 +152,7 @@ if (is_array($mDesc)) { foreach ($mDesc as $sDesc) { $sStr .= '<li>'; - $sStr .= $this->getMigrationDate($k); +# $sStr .= $this->getMigrationDate($k); $sStr .= $sDesc . '<br/>'; $sStr .= '</li>'; }