https://bugzilla.wikimedia.org/show_bug.cgi?id=43533
--- Comment #6 from Roy Olsen <[email protected]> --- In 1.20.2 it's if ( isset( $options['GROUP BY'] ) ) { $preLimitTail .= " GROUP BY {$options['GROUP BY']}"; } if ( isset( $options['ORDER BY'] ) ) { $preLimitTail .= " ORDER BY {$options['ORDER BY']}"; } This code appears unchanged from 1.9.3, so I suppose the notice about array to string conversion (from the support desk report) must be unrelated to the actual problem. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
