mirror of
https://github.com/dg/dibi.git
synced 2025-07-31 03:10:14 +02:00
typo
This commit is contained in:
@@ -77,7 +77,7 @@ try {
|
||||
'driver' => 'odbc',
|
||||
'username' => 'root',
|
||||
'password' => '***',
|
||||
'dsn' => 'Driver={Microsoft Access Driver (*.mdb)};Dbq='.__DIR__.'/data/sample.mdb',
|
||||
'dsn' => 'Driver={Microsoft Access Driver (*.mdb)};Dbq=' . __DIR__ . '/data/sample.mdb',
|
||||
]);
|
||||
echo 'OK';
|
||||
} catch (Dibi\Exception $e) {
|
||||
|
@@ -41,6 +41,7 @@ function substFallBack($expr)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// define callback
|
||||
dibi::getSubstitutes()->setCallback('substFallBack');
|
||||
|
||||
|
Reference in New Issue
Block a user