diff options
author | Felix Balfoort <fhjbalfoort@gmail.com> | 2011-11-29 17:03:23 +0100 |
---|---|---|
committer | Felix Balfoort <fhjbalfoort@gmail.com> | 2011-11-29 17:03:23 +0100 |
commit | 68f5d49d838fb2822b0f41e9b270f57e386f3fe4 (patch) | |
tree | 358bf28988e186679772807ab859eff839c61464 | |
parent | 85fe96df4dd7b7e163fae2d7e0420e750559e65c (diff) |
changed much to many in the documentation
-rw-r--r-- | user_guide_src/source/database/configuration.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/database/configuration.rst b/user_guide_src/source/database/configuration.rst index a6bfc8979..60a2026e5 100644 --- a/user_guide_src/source/database/configuration.rst +++ b/user_guide_src/source/database/configuration.rst @@ -48,7 +48,7 @@ These failovers can be specified by setting the failover for a connection like t $db['default']['failover'][0]['stricton'] = FALSE; $db['default']['failover'][0]['failover'] = array(); -You can specify as much failovers as you like. +You can specify as many failovers as you like. The reason we use a multi-dimensional array rather than a more simple one is to permit you to optionally store multiple sets of connection |