@@ -10,7 +10,7 @@
|
|||||||
$is_authorised = false;
|
$is_authorised = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
// Close request
|
// Reopen request
|
||||||
if ($is_authorised == true) {
|
if ($is_authorised == true) {
|
||||||
try {
|
try {
|
||||||
$stmt = "UPDATE tickets SET status='Reopened' WHERE uuid=:uuid";
|
$stmt = "UPDATE tickets SET status='Reopened' WHERE uuid=:uuid";
|
||||||
|
|||||||
Reference in New Issue
Block a user