CVS update: /cowiki/htdocs/
[email protected] 2 Apr 2005 06:52:20 -0000
| Newsgroups | gmane.comp.php.cowiki.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: dgorski Date: 05/04/01 22:52:20 Modified: /cowiki/htdocs/ version.php Log: Typo (probably one of few more) File Changes: Directory: /cowiki/htdocs/ ========================== File [changed]: version.php Url: http://cowiki.tigris.org/source/browse/cowiki/htdocs/version.php?r1=1.119&r2=1.120 Delta lines: +3 -3 ------------------- --- version.php 2 Apr 2005 06:39:47 -0000 1.119 +++ version.php 2 Apr 2005 06:52:20 -0000 1.120 @@ -2,7 +2,7 @@ /** * - * $Id: version.php,v 1.119 2005/04/02 06:39:47 dgorski Exp $ + * $Id: version.php,v 1.120 2005/04/02 06:52:20 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 @@ -16,7 +16,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.119 $ + * @version $Revision: 1.120 $ * */ @@ -33,7 +33,7 @@ // IMPORTANT: This value has to be set to '0' (zero) for a stable // version release. Setting it this to zero would avoid output of // embarrassing and security related errors to coWiki users. While - // development this value shoud be set E_ALL (better E_ALL | E_STRICT) + // development this value should be set E_ALL (better E_ALL | E_STRICT) // to find possible sources of errors, warnings and notices. error_reporting(E_ALL); // !!