1
0
mirror of https://github.com/dg/dibi.git synced 2025-07-31 03:10:14 +02:00

typo, docs

This commit is contained in:
David Grudl
2015-11-06 23:00:36 +01:00
parent 607ec8ae77
commit e9c677c750
4 changed files with 4 additions and 4 deletions

View File

@@ -113,7 +113,7 @@ echo "</p>\n";
// connects to SQLSRV
echo '<p>Connecting to SQLSRV: ';
echo '<p>Connecting to Microsoft SQL Server: ';
try {
dibi::connect([
'driver' => 'sqlsrv',