diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-05-18 14:23:11 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-05-18 14:23:11 +0200 |
commit | 513ce070bfcbb2b59d0aabd1732b7666b90b4d83 (patch) | |
tree | e9668a7ecdbbe64ca2e80125e3e873f589669522 /user_guide | |
parent | c8b21742927c217770e950005741850f17b5d32c (diff) |
Moved the _has_operators() function into DB_driver from DB_active_rec.
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/changelog.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 2188c1203..5fa7c60a3 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -64,7 +64,7 @@ SVN Revision: not currently released</p> <li>Database
<ul>
<li>Added ability to set additional database config values in <a href="database/connecting.html">DSN connections</a> via the query string.</li>
- </ul>
+ </ul>
</li>
<li>Libraries
<ul>
@@ -85,6 +85,7 @@ SVN Revision: not currently released</p> <ul>
<li>Amended fixes for bug (#3419) with parsing DSN database connections.</li>
+ <li>Moved the _has_operators() function (#4535) into DB_driver from DB_active_rec.</li>
<li>Fixed a syntax error in upload_lang.php.</li>
<li>Fixed a bug (#4542) with a regular expression in the Image library.</li>
</ul>
|