http://www.mediawiki.org/wiki/Special:Code/MediaWiki/90654

Revision: 90654
Author:   tstarling
Date:     2011-06-23 07:20:21 +0000 (Thu, 23 Jun 2011)
Log Message:
-----------
MFT r90653: SQL error

Modified Paths:
--------------
    branches/wmf/1.17wmf1/extensions/SubPageList3/SubPageList3.php

Property Changed:
----------------
    branches/wmf/1.17wmf1/extensions/SubPageList3/


Property changes on: branches/wmf/1.17wmf1/extensions/SubPageList3
___________________________________________________________________
Added: svn:mergeinfo
   + /branches/REL1_15/phase3/extensions/SubPageList3:51646
/branches/new-installer/phase3/extensions/SubPageList3:43664-66004
/branches/sqlite/extensions/SubPageList3:58211-58321
/branches/wmf/1.16wmf4/extensions/SubPageList3:67177,69199,76243,77266
/branches/wmf-deployment/extensions/SubPageList3:60970
/trunk/extensions/SubPageList3:90653
/trunk/phase3/extensions/SubPageList3:79828,79830,79848,79853,79950-79951,79954,79989,80006-80007,80013,80016,80080,80083,80124,80128,80238,80406,81833,83212,83590

Modified: branches/wmf/1.17wmf1/extensions/SubPageList3/SubPageList3.php
===================================================================
--- branches/wmf/1.17wmf1/extensions/SubPageList3/SubPageList3.php      
2011-06-23 07:19:12 UTC (rev 90653)
+++ branches/wmf/1.17wmf1/extensions/SubPageList3/SubPageList3.php      
2011-06-23 07:20:21 UTC (rev 90654)
@@ -362,7 +362,7 @@
                $order = strtoupper( $this->order );
 
                if( $this->ordermethod == 'title' ) {
-                       $options['ORDER BY'] = 'page_title' . $order;
+                       $options['ORDER BY'] = 'page_title ' . $order;
                } elseif( $this->ordermethod == 'lastedit' ) {
                        $options['ORDER BY'] = 'page_touched ' . $order;
                }


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to