CVS update: /cowiki/includes/cowiki/class/dao/
[email protected] 26 May 2005 23:42:56 -0000
| Newsgroups | gmane.comp.php.cowiki.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: dgorski Date: 2005/05/26 16:42:56 Modified: cowiki/includes/cowiki/class/dao/class.StorageMySQLi.php cowiki/includes/cowiki/class/dao/class.StorageMySQL.php Log: Fixed @throws error File Changes: Directory: /cowiki/includes/cowiki/class/dao/ ============================================= File [changed]: class.StorageMySQLi.php Url: http://cowiki.tigris.org/source/browse/cowiki/includes/cowiki/class/dao/class.StorageMySQLi.php?r1=1.18&r2=1.19 Delta lines: +3 -3 ------------------- --- class.StorageMySQLi.php 12 May 2005 21:40:25 -0000 1.18 +++ class.StorageMySQLi.php 26 May 2005 23:42:54 -0000 1.19 @@ -2,7 +2,7 @@ /** * - * $Id: class.StorageMySQLi.php,v 1.18 2005/05/12 21:40:25 dgorski Exp $ + * $Id: class.StorageMySQLi.php,v 1.19 2005/05/26 23:42:54 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.18 $ + * @version $Revision: 1.19 $ * */ @@ -53,7 +53,7 @@ * @author Daniel T. Gorski, <[email protected]> * @since coWiki 0.4.0 * - * @throws StorageException + * @throws StorageApiException */ public function __construct() { if (!function_exists('mysqli_connect')) { File [changed]: class.StorageMySQL.php Url: http://cowiki.tigris.org/source/browse/cowiki/includes/cowiki/class/dao/class.StorageMySQL.php?r1=1.36&r2=1.37 Delta lines: +3 -3 ------------------- --- class.StorageMySQL.php 12 May 2005 21:40:25 -0000 1.36 +++ class.StorageMySQL.php 26 May 2005 23:42:54 -0000 1.37 @@ -2,7 +2,7 @@ /** * - * $Id: class.StorageMySQL.php,v 1.36 2005/05/12 21:40:25 dgorski Exp $ + * $Id: class.StorageMySQL.php,v 1.37 2005/05/26 23:42:54 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.36 $ + * @version $Revision: 1.37 $ * */ @@ -65,7 +65,7 @@ * @author Daniel T. Gorski, <[email protected]> * @since coWiki 0.3.0 * - * @throws StorageException + * @throws StorageApiException */ public function __construct() { if (!function_exists('mysql_connect')) {