[geeklog-cvs] geeklog: Fixed comments - no code changes

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Nov 7 07:00:16 EST 2009


changeset 7444:252d8d24012d
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/252d8d24012d
user: Dirk Haun <dirk at haun-online.de>
date: Sat Nov 07 11:15:02 2009 +0100
description:
Fixed comments - no code changes

diffstat:

 system/classes/timezoneconfig.class.php |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r cb0edbf9c9ac -r 252d8d24012d system/classes/timezoneconfig.class.php
--- a/system/classes/timezoneconfig.class.php	Thu Nov 05 21:59:17 2009 +0000
+++ b/system/classes/timezoneconfig.class.php	Sat Nov 07 11:15:02 2009 +0100
@@ -87,7 +87,7 @@
     /**
     * Set the user's preferred timezone
     *
-    * Note that does nothing if $_CONF['timezone'] is empty, i.e. if no
+    * Note that it does nothing if $_CONF['timezone'] is empty, i.e. if no
     * system timezone is defined, we don't set a user timezone either.
     *
     * @return void
@@ -141,7 +141,9 @@
     /**
     * Provide a dropdown menu of the available timezones
     *
-    * @return   string  HTML for the dropdown
+    * @param    string  $selected   (optional) currently selected timezone
+    * @param    array   $attributes (optional) extra attributes for select tag
+    * @return   string              HTML for the dropdown
     * @static
     *
     */



More information about the geeklog-cvs mailing list