Index: trunk/extensions/BotQuery/query.php |
— | — | @@ -563,30 +563,6 @@ |
564 | 564 | // When normalized title differs from what was given, append the given title(s) |
565 | 565 | // |
566 | 566 | foreach( $this->normalizedTitles as $givenTitle => &$title ) { |
567 | | - |
568 | | - |
569 | | - |
570 | | - |
571 | | - |
572 | | - |
573 | | - |
574 | | - |
575 | | - |
576 | | -echo "RAW: $givenTitle => " . $title->getPrefixedText() . "\n<br>"; |
577 | | - |
578 | | - |
579 | | - |
580 | | - |
581 | | - |
582 | | - |
583 | | - |
584 | | - |
585 | | - |
586 | | - |
587 | | - |
588 | | - |
589 | | - |
590 | | - |
591 | 567 | $pageId = $this->pageIdByText[$title->getPrefixedText()]; |
592 | 568 | $data = &$this->data['pages'][$pageId]['rawTitles']; |
593 | 569 | $data['_element'] = 'title'; |