diff options
Diffstat (limited to 'stamp')
-rw-r--r-- | stamp/report.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stamp/report.php b/stamp/report.php index 5b11569..519aa3a 100644 --- a/stamp/report.php +++ b/stamp/report.php @@ -40,7 +40,7 @@ if($process != "") { - $checkemail = checkEmailDummy($email); + $checkemail = checkEmail($email); if($checkemail != "OK") { $errmsg = $checkemail; |