1
0
mirror of https://github.com/dg/dibi.git synced 2025-09-01 18:12:51 +02:00

* SET CHARACTER SET -> SET NAMES

* %p bug
This commit is contained in:
David Grudl
2007-01-30 21:50:04 +00:00
parent 6536dfb7dd
commit a2b1036a66
6 changed files with 12 additions and 12 deletions

View File

@@ -14,11 +14,11 @@
* @license GNU GENERAL PUBLIC LICENSE v2
* @package dibi
* @category Database
* @version 0.7a $Revision$ $Date$
* @version 0.7b $Revision$ $Date$
*/
define('DIBI', 'Version 0.7a $Revision$');
define('DIBI', 'Version 0.7b $Revision$');
if (version_compare(PHP_VERSION , '5.0.3', '<'))