Author: rick
Date: 2010-03-18 14:00:20 +0100 (Thu, 18 Mar 2010)
New Revision: 28604
Modified:
plugins/sfCouchPlugin/trunk/config/config.php
plugins/sfCouchPlugin/trunk/config/couchdb.yml
Log:
Modified: plugins/sfCouchPlugin/trunk/config/config.php
===================================================================
--- plugins/sfCouchPlugin/trunk/config/config.php 2010-03-18 12:59:44 UTC
(rev 28603)
+++ plugins/sfCouchPlugin/trunk/config/config.php 2010-03-18 13:00:20 UTC
(rev 28604)
@@ -8,9 +8,8 @@
$couch_config_file = sfConfig::get('sf_config_dir').'/couchdb.yml';
$configCache->registerConfigHandler($couch_config_file,
'sfDefineEnvironmentConfigHandler', array (
- 'prefix' => 'couchdb_',
+ 'prefix' => 'couchdb_',
));
if ($file = $configCache->checkConfig($couch_config_file, true)) {
- include($file);
-}
-
+ include($file);
+}
\ No newline at end of file
Modified: plugins/sfCouchPlugin/trunk/config/couchdb.yml
===================================================================
--- plugins/sfCouchPlugin/trunk/config/couchdb.yml 2010-03-18 12:59:44 UTC
(rev 28603)
+++ plugins/sfCouchPlugin/trunk/config/couchdb.yml 2010-03-18 13:00:20 UTC
(rev 28604)
@@ -1,4 +1,4 @@
all:
- host: localhost
- port: 5984
- database: test
\ No newline at end of file
+ host: localhost
+ port: 5984
+ database: test
--
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.