web/include widgets.inc,1.15,1.16

Michael Patrick McGrath (mmcgrath) fedora-websites-list at redhat.com
Tue Mar 20 21:22:11 UTC 2007


Author: mmcgrath

Update of /cvs/fedora/web/include
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11870/include

Modified Files:
	widgets.inc 
Log Message:
this was killing me


Index: widgets.inc
===================================================================
RCS file: /cvs/fedora/web/include/widgets.inc,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- widgets.inc	7 Dec 2005 17:11:04 -0000	1.15
+++ widgets.inc	20 Mar 2007 21:22:09 -0000	1.16
@@ -77,7 +77,8 @@
 
 	if (!isset($node) || !is_array($node) || empty($node)) {
 		//var_dump(debug_backtrace());
-		@mail("webmaster at fedora.redhat.com", "Debug output from f.r.c", var_export(debug_backtrace(), TRUE));
+        # Don't enable this unless you change the email address.  It gets picked up by the ticket system and is very annoying
+		#@mail("webmaster at fedora.redhat.com", "Debug output from f.r.c", var_export(debug_backtrace(), TRUE));
 		return;
 	}
 




More information about the Fedora-websites-list mailing list