From: Aaron Schulz Date: Thu, 15 Oct 2009 11:36:30 +0000 (+0000) Subject: Removed unrelated change that slipped into r57769 X-Git-Tag: 1.31.0-rc.0~39272 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/fiche.php?a=commitdiff_plain;h=22d8d153fda4d3eab90c765da47b6509865cf7dc;p=lhc%2Fweb%2Fwiklou.git Removed unrelated change that slipped into r57769 --- diff --git a/includes/specials/SpecialLog.php b/includes/specials/SpecialLog.php index 700cd59a83..d1ccc8c480 100644 --- a/includes/specials/SpecialLog.php +++ b/includes/specials/SpecialLog.php @@ -60,8 +60,6 @@ function wfSpecialLog( $par = '' ) { $qc = array( 'ls_field' => 'target_author_id', 'ls_value' => $offender->getId() ); } else if( $offender && IP::isIPAddress( $offender->getName() ) ) { $qc = array( 'ls_field' => 'target_author_ip', 'ls_value' => $offender->getName() ); - } else { - $qc = array( "1 = 0" ); // empty } } # Create a LogPager item to get the results and a LogEventsList item to format them...