Fixed comments - no code changes HEAD
authorDirk Haun <dirk@haun-online.de>
Sat Nov 07 11:15:02 2009 +0100 (4 months ago)
branchHEAD
changeset 7444252d8d24012d
parent 7443cb0edbf9c9ac
child 7445b0971977fd28
Fixed comments - no code changes
system/classes/timezoneconfig.class.php
     1.1 --- a/system/classes/timezoneconfig.class.php	Thu Nov 05 21:59:17 2009 +0000
     1.2 +++ b/system/classes/timezoneconfig.class.php	Sat Nov 07 11:15:02 2009 +0100
     1.3 @@ -87,7 +87,7 @@
     1.4      /**
     1.5      * Set the user's preferred timezone
     1.6      *
     1.7 -    * Note that does nothing if $_CONF['timezone'] is empty, i.e. if no
     1.8 +    * Note that it does nothing if $_CONF['timezone'] is empty, i.e. if no
     1.9      * system timezone is defined, we don't set a user timezone either.
    1.10      *
    1.11      * @return void
    1.12 @@ -141,7 +141,9 @@
    1.13      /**
    1.14      * Provide a dropdown menu of the available timezones
    1.15      *
    1.16 -    * @return   string  HTML for the dropdown
    1.17 +    * @param    string  $selected   (optional) currently selected timezone
    1.18 +    * @param    array   $attributes (optional) extra attributes for select tag
    1.19 +    * @return   string              HTML for the dropdown
    1.20      * @static
    1.21      *
    1.22      */