Thread: Hit & Run mod
View Single Post
  #19  
Old 12th January 2019, 12:26
elvira's Avatar
elvira elvira is offline
Senior Member
 
Join Date: Jan 2008
Slovenia
Posts: 172
Default
Quote:
Originally Posted by Tedmorris View Post
Do you hve gmtime function and can you do the above debugging I've mentioned. Do you have show errors enabled?
Yes have it in globalfunctions

PHP Code:
function gmtime()
{
    return 
strtotime(get_date_time());

Reply With Quote