Index: trunk/phase3/includes/QueryPage.php |
— | — | @@ -135,9 +135,9 @@ |
136 | 136 | * For back-compat, subclasses may return a raw SQL query here, as a string. |
137 | 137 | * This is stronly deprecated; getQueryInfo() should be overridden instead. |
138 | 138 | * @return string |
139 | | - * @deprecated since 1.18 |
140 | 139 | */ |
141 | 140 | function getSQL() { |
| 141 | + /* Implement getQueryInfo() instead */ |
142 | 142 | throw new MWException( "Bug in a QueryPage: doesn't implement getQueryInfo() nor getQuery() properly" ); |
143 | 143 | } |
144 | 144 | |