Author: ornicar2
Date: 2010-02-09 12:52:45 +0100 (Tue, 09 Feb 2010)
New Revision: 27782
Modified:
plugins/diemPlugin/trunk/dmCorePlugin/config/installer.php
Log:
[Diem]
- fixed minor typo in installer
Modified: plugins/diemPlugin/trunk/dmCorePlugin/config/installer.php
===================================================================
--- plugins/diemPlugin/trunk/dmCorePlugin/config/installer.php 2010-02-09
11:39:38 UTC (rev 27781)
+++ plugins/diemPlugin/trunk/dmCorePlugin/config/installer.php 2010-02-09
11:52:45 UTC (rev 27782)
@@ -84,8 +84,8 @@
if('sqlite' !== $dbm)
{
$settings['database'] = array(
- 'name' => $this->ask(array('', 'What is the database name? (
default : '.$defaultDbName.' )', ''), 'QUESTION', $defaultDbName),
- 'host' => $this->ask(array('', 'What is the database host? (
default : localhost )', ''), 'QUESTION', 'localhost', ''),
+ 'name' => $this->ask(array('', 'What is the database name? (
default: '.$defaultDbName.' )', ''), 'QUESTION', $defaultDbName),
+ 'host' => $this->ask(array('', 'What is the database host? (
default: localhost )', ''), 'QUESTION', 'localhost', ''),
'user' => $this->ask(array('', 'What is the database user?', '')),
'password' => $this->ask(array('', 'What is the database password?',
''))
);
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.