Skip to content

Commit

Permalink
Corrected phpdoc comment for mysql_to_unix() method
Browse files Browse the repository at this point in the history
  • Loading branch information
webmasterar committed Nov 17, 2012
1 parent 4658307 commit 69779af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/helpers/date_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,8 @@ function gmt_to_local($time = '', $timezone = 'UTC', $dst = FALSE)
/**
* 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 = '')
{
Expand Down

0 comments on commit 69779af

Please sign in to comment.