mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
corrected since version number should be 1.0.0.114
git-svn-id: https://svn.cakephp.org/repo/trunk/cake@121 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
f409b10a97
commit
be6ddc3213
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@
|
|||
* @link https://developers.nextco.com/cake/wiki/Authors Authors/Developers
|
||||
* @package cake
|
||||
* @subpackage cake.libs
|
||||
* @since Cake v 1.0.0.0
|
||||
* @since Cake v 1.0.0.114
|
||||
* @version $Revision: 114 $
|
||||
* @modifiedby $LastChangedBy: pies $
|
||||
* @lastmodified $Date: 2005-05-16 18:14:37 -0500 (Mon, 16 May 2005) $
|
||||
|
@ -51,7 +51,7 @@ uses('object', 'dbo');
|
|||
*
|
||||
* @package cake
|
||||
* @subpackage cake.libs
|
||||
* @since Cake v 0.2.9
|
||||
* @since Cake v 1.0.0.114
|
||||
*
|
||||
*/
|
||||
class DBO_Postgres extends DBO {
|
||||
|
|
Loading…
Reference in a new issue