Add forgotten 'append_' before order_by(). The latter returns a new object, the
former (append_order_by()) mutates the current SQL statement. Makes a world of difference.
Authored by: jruigrok 2007-11-22
Parent: [r6210]
Child: [r6212]