CVS update: /cowiki/includes/cowiki/class/auth/
[email protected] 12 Apr 2005 19:09:29 -0000
| Newsgroups | gmane.comp.php.cowiki.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: dgorski Date: 05/04/12 12:09:29 Modified: /cowiki/includes/cowiki/class/auth/ class.AuthMySQL.php Log: Restore method dividers that has been removed long time ago, but belong to the source (also for other classes) File Changes: Directory: /cowiki/includes/cowiki/class/auth/ ============================================== File [changed]: class.AuthMySQL.php Url: http://cowiki.tigris.org/source/browse/cowiki/includes/cowiki/class/auth/class.AuthMySQL.php?r1=1.12&r2=1.13 Delta lines: +6 -2 ------------------- --- class.AuthMySQL.php 16 Jan 2005 23:18:54 -0000 1.12 +++ class.AuthMySQL.php 12 Apr 2005 19:09:29 -0000 1.13 @@ -2,7 +2,7 @@ /** * - * $Id: class.AuthMySQL.php,v 1.12 2005/01/16 23:18:54 dgorski Exp $ + * $Id: class.AuthMySQL.php,v 1.13 2005/04/12 19:09:29 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.12 $ + * @version $Revision: 1.13 $ * */ @@ -41,6 +41,8 @@ $rLink = null, $bConnected = false; + // -------------------------------------------------------------------- + /** * Init * @@ -84,6 +86,8 @@ $this->Context->addError(553); } } + + // -------------------------------------------------------------------- /** * Validate