summaryrefslogtreecommitdiff
path: root/stamp
diff options
context:
space:
mode:
Diffstat (limited to 'stamp')
-rw-r--r--stamp/report.php2
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;