CVS update: /cowiki/htdocs/setup/class/task/
[email protected] 3 May 2005 01:19:33 -0000
| Newsgroups | gmane.comp.php.cowiki.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: dgorski Date: 2005/05/02 18:19:33 Modified: cowiki/htdocs/setup/class/task/class.AbstractTask.php Log: Remember PostgreSQL, SQLite and MySQLs InnoDB for future use File Changes: Directory: /cowiki/htdocs/setup/class/task/ =========================================== File [changed]: class.AbstractTask.php Url: http://cowiki.tigris.org/source/browse/cowiki/htdocs/setup/class/task/class.AbstractTask.php?r1=1.3&r2=1.4 Delta lines: +4 -2 ------------------- --- class.AbstractTask.php 2 May 2005 22:04:29 -0000 1.3 +++ class.AbstractTask.php 3 May 2005 01:19:31 -0000 1.4 @@ -2,7 +2,7 @@ /** * - * $Id: class.AbstractTask.php,v 1.3 2005/05/02 22:04:29 dgorski Exp $ + * $Id: class.AbstractTask.php,v 1.4 2005/05/03 01:19:31 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.3 $ + * @version $Revision: 1.4 $ * */ @@ -323,6 +323,8 @@ # 'mysql+innodb' => 'MySQL (InnoDB)', // Not yet implemented 'mysqli' => 'MySQLi (MyISAM)', # 'mysqli+innodb' => 'MySQLi (InnoDB)', // Not yet implemented +# 'postgres' => 'PostgreSQL', // Not yet implemented +# 'sqlite' => 'SQLite', // Not yet implemented ); }