1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-30 17:29:53 +02:00

* quoteName -> delimite

* fixed mysql_connect bug
This commit is contained in:
David Grudl
2007-04-16 03:01:55 +00:00
parent 57fa5831b1
commit 166f716091
10 changed files with 34 additions and 34 deletions

View File

@@ -12,7 +12,7 @@
* @license GNU GENERAL PUBLIC LICENSE version 2
* @package dibi
* @category Database
* @version 0.7g (Revision: $WCREV$, Date: $WCDATE$)
* @version 0.7h (Revision: $WCREV$, Date: $WCDATE$)
*/
@@ -26,7 +26,7 @@
*/
define('DIBI', '0.7g (Revision: $WCREV$, Date: $WCDATE$)');
define('DIBI', '0.7h (Revision: $WCREV$, Date: $WCDATE$)');
if (version_compare(PHP_VERSION , '5.0.3', '<'))
@@ -153,7 +153,7 @@ class dibi
* @return void
* @throw DibiException
*/
static public function connect($config, $name='1')
static public function connect($config, $name=0)
{
// DSN string
if (is_string($config))