X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=birthday_confirm.php;h=157a0358374aafd53e68b270b9271db46f01e4f5;hb=d6a5c97084d5e8f253b3f020db29494ab549e52f;hp=7b5bffac08891a8b1b4cd89e48acd5e35c8290e8;hpb=1cbf289d059637cb2707b0f5384637f081ad6402;p=mailer.git diff --git a/birthday_confirm.php b/birthday_confirm.php index 7b5bffac08..157a035837 100644 --- a/birthday_confirm.php +++ b/birthday_confirm.php @@ -79,7 +79,7 @@ LIMIT 1", $userid, $chk ), __FILE__, __LINE__); -//* DEBUG: */ outputHtml("userid=".$userid.",chk=".$chk." (".strlen($chk).'/'.strlen(getRequestParameter('check')).'/'.SQL_NUMROWS($result).")
"); +//* 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