From 69779afa2882576d5e45f752dcee4107a07e27b0 Mon Sep 17 00:00:00 2001 From: webmasterar Date: Sat, 17 Nov 2012 01:06:41 +0000 Subject: Corrected phpdoc comment for mysql_to_unix() method --- system/helpers/date_helper.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/helpers/date_helper.php b/system/helpers/date_helper.php index 7a0552b0b..d54e01968 100644 --- a/system/helpers/date_helper.php +++ b/system/helpers/date_helper.php @@ -360,8 +360,8 @@ if ( ! function_exists('mysql_to_unix')) /** * 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 = '') { -- cgit v1.2.3-24-g4f1b