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 = '')
 	{