CVS update: /cowiki/htdocs/setup/class/task/
[email protected] 12 May 2005 17:13:09 -0000
| Newsgroups | gmane.comp.php.cowiki.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: dgorski Date: 2005/05/12 10:13:09 Modified: cowiki/htdocs/setup/class/task/class.TaskFinish.php Log: Default remark is ";", not "#" File Changes: Directory: /cowiki/htdocs/setup/class/task/ =========================================== File [changed]: class.TaskFinish.php Url: http://cowiki.tigris.org/source/browse/cowiki/htdocs/setup/class/task/class.TaskFinish.php?r1=1.5&r2=1.6 Delta lines: +3 -3 ------------------- --- class.TaskFinish.php 12 May 2005 17:06:07 -0000 1.5 +++ class.TaskFinish.php 12 May 2005 17:13:07 -0000 1.6 @@ -2,7 +2,7 @@ /** * - * $Id: class.TaskFinish.php,v 1.5 2005/05/12 17:06:07 dgorski Exp $ + * $Id: class.TaskFinish.php,v 1.6 2005/05/12 17:13:07 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.5 $ + * @version $Revision: 1.6 $ * */ @@ -227,7 +227,7 @@ $sSealName = $this->State->getHtdocsPath() . '/install.seal'; $sPendName = $this->State->getHtdocsPath() . '/install.pending'; - $sContent = '# DO NOT delete or modify this file manually!' . "\n"; + $sContent = '; DO NOT delete or modify this file manually!' . "\n"; $sContent .= 'Sealed = '. date('Ymd') . "\n"; try {