includes/sessions.php
changeset 311 a007145a0ff6
parent 292 b3cfaf0a505c
child 313 854eecfada20
child 317 f8356d9c3481
--- a/includes/sessions.php	Sat Dec 01 02:39:49 2007 -0500
+++ b/includes/sessions.php	Mon Dec 03 17:36:25 2007 -0500
@@ -1639,7 +1639,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'));
@@ -1714,7 +1713,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'));