diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-01-17 04:37:53 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-01-17 04:37:53 +0100 |
commit | bafe651a15358793689e2e2f7efcfcdfec2869ae (patch) | |
tree | 55ea53045a5f9c5daff9c495398e766599d4545e /user_guide/changelog.html | |
parent | 6b9e36d35da9c1963b9e22c7c526e24a87f35e6a (diff) |
typos
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index f2ae1f8c7..eec1c2e95 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -62,7 +62,7 @@ Change Log <ul>
<li>Added Flashdata variables, session_id regeneration and configurable session update times to the <a href="./libraries/sessions.html">Session class.</a></li>
<li>Added the ability to <a href="./general/autoloader.html">auto-load</a> <a href="./general/models.html">Models</a></li>
- <li>Added $this->DB->save_queries variable to DB driver, enabling queries to get saved or no. Previously they were always saved.</li>
+ <li>Added $this->DB->save_queries variable to DB driver, enabling queries to get saved or not. Previously they were always saved.</li>
<li>Added <dfn>$assign_to_controller</dfn> variable in the main <kbd>index.php</kbd> file. Anything that this variable contains will be passed automatically to a controller constructor when initialized.</li>
<li>Reorganized the URI and Routes classes for better clarity.</li>
<li>Javascript Calendar plugin now uses the months and days from the calendar language file, instead of hard-coded values, internationalizing it.</li>
@@ -530,4 +530,4 @@ Next Topic: <a href="./general/credits.html">Credits</a> </div>
</body>
-</html> +</html>
|