]> git.mxchange.org Git - mailer.git/blobdiff - birthday_confirm.php
Required database changes for configuration entries in templates added
[mailer.git] / birthday_confirm.php
index 70332e33f76b089126513652de93ad298407de55..f72b7a7195edd20c61a75ee27ce82232fc4e6271 100644 (file)
@@ -76,7 +76,7 @@ WHERE
        b.userid=%s AND b.chk_value='%s'
 LIMIT 1",
        array($uid, $chk), __FILE__, __LINE__);
-//* DEBUG: */ echo "uid=".$uid.",chk=".$chk." (".strlen($chk).'/'.strlen(REQUEST_GET('check')).'/'.SQL_NUMROWS($result).")<br />\n";
+//* DEBUG: */ OUTPUT_HTML("uid=".$uid.",chk=".$chk." (".strlen($chk).'/'.strlen(REQUEST_GET('check')).'/'.SQL_NUMROWS($result).")<br />");
 
 // Prepare content
 $content = array();