system/classes/timezoneconfig.class.php
branchHEAD
changeset 7444 252d8d24012d
parent 7432 3125f1336c8c
child 8347 b6732bf54525
     1.1 --- a/system/classes/timezoneconfig.class.php	Sun Sep 20 19:07:20 2009 +0200
     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      */