Merge pull request #455 from cballou/patch-1

Fixing tabbing (spacing) of PDO connection.
This commit is contained in:
Phil Sturgeon
2014-10-23 13:19:19 -04:00

View File

@@ -92,7 +92,7 @@ $link = new \PDO(
\PDO::ATTR_ERRMODE => \PDO::ERRMODE_EXCEPTION,
\PDO::ATTR_PERSISTENT => false
)
);
);
// Store our transformed string as UTF-8 in our database
// Your DB and tables are in the utf8mb4 character set and collation, right?