From: Geoffrey Thomas Date: Sat, 11 Sep 2010 00:23:44 +0000 (+0000) Subject: Update e-mail address to sql-team X-Git-Url: http://andersk.mit.edu/gitweb/sql-web.git/commitdiff_plain/4a25079083a0cd927988c8125cd13a2ba8f16cf6 Update e-mail address to sql-team git-svn-id: svn://presbrey.mit.edu/sql/web/main@185 a142d4bd-2cfb-0310-9673-cb33a7e74f58 --- diff --git a/lib/errorhandler.lib.php b/lib/errorhandler.lib.php index 647e40a..5e41979 100644 --- a/lib/errorhandler.lib.php +++ b/lib/errorhandler.lib.php @@ -7,7 +7,7 @@ function ErrorHandler($errno, $errstr, $errfile, $errline, $errcontext) { $error_halt = true; $error_type = 'Error'; $error_msg = " $errstr occured in $errfile on $errline at ".date("D M j G:i:s T Y"); - $email_to = 'sql@mit.edu'; + $email_to = 'sql-team@mit.edu'; $email_from = 'sql@sql.mit.edu'; switch($errno) { case E_USER_NOTICE: