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:
@@ -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', '<'))
|
||||
|
Reference in New Issue
Block a user