]> git.mxchange.org Git - mailer.git/blobdiff - birthday_confirm.php
reseller was an old parameter where it was planed to write a shop system with this...
[mailer.git] / birthday_confirm.php
index 7b5bffac08891a8b1b4cd89e48acd5e35c8290e8..157a0358374aafd53e68b270b9271db46f01e4f5 100644 (file)
@@ -79,7 +79,7 @@ LIMIT 1",
                $userid,
                $chk
        ), __FILE__, __LINE__);
-//* DEBUG: */ outputHtml("userid=".$userid.",chk=".$chk." (".strlen($chk).'/'.strlen(getRequestParameter('check')).'/'.SQL_NUMROWS($result).")<br />");
+//* DEBUG: */ debugOutput("userid=".$userid.",chk=".$chk." (".strlen($chk).'/'.strlen(getRequestParameter('check')).'/'.SQL_NUMROWS($result) . ')');
 
 // Prepare content
 $content = array();
@@ -112,7 +112,7 @@ if (SQL_NUMROWS($result) == 1) {
        }
 } else {
        // Cannot load data!
-       $content['message'] = getMessage('BIRTHDAY_CANNOT_LOAD_DATA');
+       $content['message'] = '{--BIRTHDAY_CANNOT_LOAD_DATA--}';
 }
 
 // Free memory