]> andersk Git - sql-web.git/commitdiff
Update e-mail address to sql-team
authorGeoffrey Thomas <geofft@mit.edu>
Sat, 11 Sep 2010 00:23:44 +0000 (00:23 +0000)
committerGeoffrey Thomas <geofft@mit.edu>
Sat, 11 Sep 2010 00:23:44 +0000 (00:23 +0000)
git-svn-id: svn://presbrey.mit.edu/sql/web/main@185 a142d4bd-2cfb-0310-9673-cb33a7e74f58

lib/errorhandler.lib.php

index 647e40a6ca4ce7f01ab8e5443a0611d6e16132fd..5e41979cc0d3883a56433af7074cce8f7b92e90a 100644 (file)
@@ -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:
This page took 0.094673 seconds and 5 git commands to generate.