commit | 69779afa2882576d5e45f752dcee4107a07e27b0 | [log] [tgz] |
---|---|---|
author | webmasterar <reblar50@hotmail.com> | Sat Nov 17 01:06:41 2012 +0000 |
committer | webmasterar <reblar50@hotmail.com> | Sat Nov 17 01:06:41 2012 +0000 |
tree | e2ba858c779d06930ff8134c90849c6cc1db3189 | |
parent | 4658307730c82874a73a9581da9194179f1b9b9a [diff] [blame] |
Corrected phpdoc comment for mysql_to_unix() method
diff --git a/system/helpers/date_helper.php b/system/helpers/date_helper.php index 7a0552b..d54e019 100644 --- a/system/helpers/date_helper.php +++ b/system/helpers/date_helper.php
@@ -360,8 +360,8 @@ /** * Converts a MySQL Timestamp to Unix * - * @param int Unix timestamp - * @return int + * @param int MySQL timestamp YYYY-MM-DD HH:MM:SS + * @return int Unix timstamp */ function mysql_to_unix($time = '') {