Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mac420

Pages: [1]
1
Mods & Plugins (Releases & Support) / Re: [MOD] Support Ticket System
« on: June 25, 2014, 08:37:49 AM »
Hello.

When a user open a ticket, I look this opened date: 01/01/70 01:00 it's possibile fix this bug?



Open: includes/functions.php

Find:
Code: [Select]
  $user_info_id = "";
  $current_time = "";

Replace:
Code: [Select]
  $user_info_id = "";
  $current_time = time();


_mac

Pages: [1]