Commit 28ae92b8 by Carsten Brandt

fixed whitespace after #1389

parent c010d328
...@@ -49,12 +49,12 @@ $requirements = [ ...@@ -49,12 +49,12 @@ $requirements = [
'memo' => 'Required for MySQL database.', 'memo' => 'Required for MySQL database.',
], ],
[ [
'name' => 'PDO PostgreSQL extension', 'name' => 'PDO PostgreSQL extension',
'mandatory' => false, 'mandatory' => false,
'condition' => extension_loaded('pdo_pgsql'), 'condition' => extension_loaded('pdo_pgsql'),
'by' => 'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>', 'by' => 'All <a href="http://www.yiiframework.com/doc/api/#system.db">DB-related classes</a>',
'memo' => 'Required for PostgreSQL database.', 'memo' => 'Required for PostgreSQL database.',
], ],
// Cache : // Cache :
[ [
'name' => 'Memcache extension', 'name' => 'Memcache extension',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment