includes/sessions.php
changeset 313 854eecfada20
parent 304 e2cb5f1432c8
parent 311 a007145a0ff6
child 326 ab66d6d1f1f4
--- a/includes/sessions.php	Sun Dec 02 16:00:56 2007 -0500
+++ b/includes/sessions.php	Fri Dec 07 16:42:22 2007 -0500
@@ -1849,7 +1849,6 @@
     $message .= "$prot://".$_SERVER['HTTP_HOST'].$p.$aklink;
       $message .= "\n\nSincerely yours, \n$admin_user and the ".$_SERVER['HTTP_HOST']." administration team";
     error_reporting(E_ALL);
-    dc_dump($r, 'session: about to send activation e-mail to '.$r['email']);
     if(getConfig('smtp_enabled') == '1')
     {
       $result = smtp_send_email($r['email'], getConfig('site_name').' website account activation', preg_replace("#(?<!\r)\n#s", "\n", $message), getConfig('contact_email'));
@@ -1924,7 +1923,6 @@
     
     error_reporting(E_ALL);
     
-    dc_dump($r, 'session: about to send COPPA e-mail to '.$r['email']);
     if(getConfig('smtp_enabled') == '1')
     {
       $result = smtp_send_email($r['email'], getConfig('site_name').' website account activation', preg_replace("#(?<!\r)\n#s", "\n", $message), getConfig('contact_email'));