mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-28 10:30:42 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
6bc1369b77
|
|
@ -111,7 +111,7 @@ function getPeriodOfTime($timestamp) { /* {{{ */
|
||||||
* @return integer/boolean unix timestamp or false in case of an error
|
* @return integer/boolean unix timestamp or false in case of an error
|
||||||
*/
|
*/
|
||||||
function makeTsFromDate($date) { /* {{{ */
|
function makeTsFromDate($date) { /* {{{ */
|
||||||
return strtotime($date);
|
return $date ? strtotime($date) : false;
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user