diff options
-rw-r--r-- | gsxlib.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -578,7 +578,7 @@ class GsxLib 'eeeCode' => '/^[A-Z0-9]{3,4}$/', // only match ALL-CAPS! 'returnOrder' => '/^7\d{9}$/', 'repairNumber' => '/^\d{12}$/', - 'dispatchId' => '/^G\d{9}$/', + 'dispatchId' => '/^[A-Z]+\d{9}$/', 'alternateDeviceId' => '/^\d{15}$/', 'diagnosticEventNumber' => '/^\d{23}$/', 'productName' => '/^i?Mac/', |