Index: branches/wmf/1.17wmf1/extensions/SubPageList3/SubPageList3.php |
— | — | @@ -362,7 +362,7 @@ |
363 | 363 | $order = strtoupper( $this->order ); |
364 | 364 | |
365 | 365 | if( $this->ordermethod == 'title' ) { |
366 | | - $options['ORDER BY'] = 'page_title' . $order; |
| 366 | + $options['ORDER BY'] = 'page_title ' . $order; |
367 | 367 | } elseif( $this->ordermethod == 'lastedit' ) { |
368 | 368 | $options['ORDER BY'] = 'page_touched ' . $order; |
369 | 369 | } |
Property changes on: branches/wmf/1.17wmf1/extensions/SubPageList3 |
___________________________________________________________________ |
Added: svn:mergeinfo |
370 | 370 | Merged /branches/new-installer/phase3/extensions/SubPageList3:r43664-66004 |
371 | 371 | Merged /branches/wmf-deployment/extensions/SubPageList3:r60970 |
372 | 372 | Merged /branches/REL1_15/phase3/extensions/SubPageList3:r51646 |
373 | 373 | Merged /branches/wmf/1.16wmf4/extensions/SubPageList3:r67177,69199,76243,77266 |
374 | 374 | Merged /trunk/extensions/SubPageList3:r90653 |
375 | 375 | Merged /branches/sqlite/extensions/SubPageList3:r58211-58321 |
376 | 376 | Merged /trunk/phase3/extensions/SubPageList3:r79828,79830,79848,79853,79950-79951,79954,79989,80006-80007,80013,80016,80080,80083,80124,80128,80238,80406,81833,83212,83590 |