From: Aaron Schulz Date: Fri, 10 Oct 2008 20:42:39 +0000 (+0000) Subject: remove unused var X-Git-Tag: 1.31.0-rc.0~44802 X-Git-Url: http://git.cyclocoop.org/clavettes/images/siteon3.jpg?a=commitdiff_plain;h=1672cf240ab2e5481c761c4578ba7239347642e7;p=lhc%2Fweb%2Fwiklou.git remove unused var --- diff --git a/includes/RecentChange.php b/includes/RecentChange.php index a9e6bfea99..e11997556b 100644 --- a/includes/RecentChange.php +++ b/includes/RecentChange.php @@ -210,7 +210,7 @@ class RecentChange * @param string $line */ public static function sendToUDP( $prefix, $line ) { - global $wgRC2UDPAddress, $wgRC2UDPPort, $wgRC2UDPPrefix; + global $wgRC2UDPAddress, $wgRC2UDPPort; # Notify external application via UDP if( $wgRC2UDPAddress ) { $conn = socket_create( AF_INET, SOCK_DGRAM, SOL_UDP );