Hi!

I just stumbled across the following in registrations/event.php line 509:

    function get_registrations()
    {
        $qb = $this->get_registrations_qb();
        // Cannot do this, QB is too stupid.
        // $qb->add_order('uid.lastname');
        // $qb->add_order('uid.firstname');

        return $qb->execute();
    }

I removed the comments on a 1.8.4 site running the registrations code, and it 
worked like a charm. Is this maybe a leftover from 1.7 or was it just luck 
that it worked on my site?


Bye,

Andreas
_______________________________________________
user mailing list
[email protected]
http://lists.midgard-project.org/mailman/listinfo/user

Reply via email to