diff options
Diffstat (limited to 'includes/notary.inc.php')
-rw-r--r-- | includes/notary.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/notary.inc.php b/includes/notary.inc.php index 5474edb..01e90a6 100644 --- a/includes/notary.inc.php +++ b/includes/notary.inc.php @@ -1274,7 +1274,7 @@ function valid_ticket_number($ticketno){ //d dispute action //s support case //m board motion - $pattern='/[adsmADSM]\d{8}\./'; + $pattern='/[adsmADSM]\d{8}\.\d+/'; if (preg_match($pattern, $ticketno)) { return true; } |