Author: ornicar2
Date: 2010-02-01 19:26:38 +0100 (Mon, 01 Feb 2010)
New Revision: 27389
Modified:
plugins/diemPlugin/trunk/dmCorePlugin/config/installer.php
Log:
Modified: plugins/diemPlugin/trunk/dmCorePlugin/config/installer.php
===================================================================
--- plugins/diemPlugin/trunk/dmCorePlugin/config/installer.php 2010-02-01
18:26:27 UTC (rev 27388)
+++ plugins/diemPlugin/trunk/dmCorePlugin/config/installer.php 2010-02-01
18:26:38 UTC (rev 27389)
@@ -83,10 +83,10 @@
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', ''),
- 'user' => $this->ask(array('', 'What is the database user ?', '')),
- 'password' => $this->ask(array('', 'What is the database password ?',
''))
+ '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?',
''))
);
}
else
--
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.