summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Sowell <robin.sowell@ellislab.com>2009-03-04 15:50:59 +0100
committerRobin Sowell <robin.sowell@ellislab.com>2009-03-04 15:50:59 +0100
commit6559ec305aeddf5fc13b2c0b460d7c22e8ded191 (patch)
tree315152f2fd807026aa2fc14cdfff9236fa9bf512
parent8a54ef21839dd970c85491cddff836b391d48882 (diff)
Altered modify_column and add_column to loop through multiple fields rather than returning after first field.
-rw-r--r--user_guide/changelog.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 3ddaf8d08..3650e03ac 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -85,6 +85,7 @@ SVN Revision: </p>
<li>Fixed assorted user guide typos or examples (#6743).</li>
<li>Fixed a bug with ORIG_PATH_INFO that was allowing URIs of just a slash through.</li>
<li>Fixed a fatal error in the Oracle and ODBC drivers (#6752)</li>
+ <li>Fixed a bug where Database Forge's add_column and modify_column were not looping through when sent multiple fields.</li>
</ul>
<h2>Version 1.7.1</h2>