Index: trunk/extensions/GlobalBlocking/SpecialGlobalBlockList.php |
— | — | @@ -207,7 +207,7 @@ |
208 | 208 | |
209 | 209 | function getQueryInfo() { |
210 | 210 | $conds = $this->mConds; |
211 | | - #$conds[] = 'gb_expiry>' . $this->mDb->addQuotes( $this->mDb->timestamp() ); |
| 211 | + $conds[] = 'gb_expiry>' . $this->mDb->addQuotes( $this->mDb->timestamp() ); |
212 | 212 | return array( |
213 | 213 | 'tables' => 'globalblocks', |
214 | 214 | 'fields' => '*', |