J
|
Jane 7/2/2009 |
Hi, |
M
|
mauro author 7/6/2009 |
Where is demo account in build 5.1 2370? |
J
|
Jane 7/6/2009 |
Hi, header("Location: ticket_ict_list.php?a=return"); exit(); |
M
|
mauro author 7/7/2009 |
Hi, you need to add After record updated event on the Eventstab. Here is a sample:
|
J
|
Jane 7/7/2009 |
Hi, if ($datatmp["IsLocked"]==1 && $datatmp["user"]!=$_SESSION["UserID"] && (strtotime("now")-strtotime($datatmp["LockTime"]))/60<20) |
M
|
mauro author 7/7/2009 |
Hi, here is just a sample:
|
J
|
Jane 7/8/2009 |
Hi, |