From bc2bfa86bf7125608b7fc190993fafc654cb0da3 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Thu, 25 Sep 2008 13:22:15 +0000 Subject: Fixed the spelling of "Dhaka" in the timezone_menu() function of the Date helper. Added a missing quote in an example on the index page --- index.php | 2 +- user_guide/changelog.html | 3 ++- user_guide/helpers/date_helper.html | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/index.php b/index.php index 970f29227..39aeda5c9 100644 --- a/index.php +++ b/index.php @@ -80,7 +80,7 @@ else | | EXT - The file extension. Typically ".php" | FCPATH - The full server path to THIS file -| SELF - The name of THIS file (typically "index.php) +| SELF - The name of THIS file (typically "index.php") | BASEPATH - The full server path to the "system" folder | APPPATH - The full server path to the "application" folder | diff --git a/user_guide/changelog.html b/user_guide/changelog.html index f95afe303..a1afab1c4 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -88,6 +88,7 @@ SVN Revision: XXXX

  • Removed added newlines ("\n") from most form and html helper functions.
  • Tightened up validation in Date Helper human_to_unix(), and eliminated the POSIX regex.
  • Updated Date Helper to match the world's current time zones and offsets.
  • +
  • Fixed the spelling of "Dhaka" in the timezone_menu() function of the Date helper.
  • Fixed the spelling of "raspberry" in config/smileys.php
  • Fixed incorrect parenthesis in form_open() function. (#5135)
  • @@ -105,7 +106,7 @@ SVN Revision: XXXX

    Bug fixes for 1.7.0