Property changes on: trunk/extensions/Reflect/server/i18n/Reflect.i18n.php |
___________________________________________________________________ |
Deleted: Id |
1 | 1 | - |
Property changes on: trunk/extensions/Reflect/server/api/ApiReflectAction.php |
___________________________________________________________________ |
Deleted: Id |
2 | 2 | - |
Property changes on: trunk/extensions/Reflect/server/api/ApiReflectStudyAction.php |
___________________________________________________________________ |
Deleted: Id |
3 | 3 | - |
Property changes on: trunk/extensions/Reflect/server/classes/Dispatch.php |
___________________________________________________________________ |
Deleted: Id |
4 | 4 | - |
Property changes on: trunk/extensions/Reflect/Reflect.php |
___________________________________________________________________ |
Deleted: Id |
5 | 5 | - |
Index: trunk/extensions/GoogleNewsSitemap/GoogleNewsSitemap_body.php |
— | — | @@ -221,7 +221,7 @@ |
222 | 222 | for ($i = 0; $i < $this->params['catCount']; $i++) { |
223 | 223 | $joins["$categorylinks AS c$currentTableNumber"] = array( 'INNER JOIN', |
224 | 224 | array( "page_id = c{$currentTableNumber}.cl_from", |
225 | | - "c{$currentTableNumber}.cl_to={$dbr->addQuotes($this->categories[$i]->getDBKey())}" |
| 225 | + "c{$currentTableNumber}.cl_to={$dbr->addQuotes( $this->categories[$i]->getDBKey() ) }" |
226 | 226 | ) |
227 | 227 | ); |
228 | 228 | $tables[] = "$categorylinks AS c$currentTableNumber"; |
— | — | @@ -339,7 +339,8 @@ |
340 | 340 | function getKeywords ( $title ) { |
341 | 341 | $cats = $title->getParentCategories(); |
342 | 342 | $str = ''; |
343 | | - # the following code is based (stolen) from r56954 of flagged revs. |
| 343 | + |
| 344 | + # the following code is based (stolen) from r56954 of flagged revs. |
344 | 345 | $catMap = array(); |
345 | 346 | $catMask = array(); |
346 | 347 | $msg = wfMsg( 'googlenewssitemap_categorymap' ); |