X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/40f16528620535266596fc247109a821031c555d..0d5564ee4eaf6af6cbcc0c59b08e9ed16c828b49:/SL/Auth.pm diff --git a/SL/Auth.pm b/SL/Auth.pm index 5d0b3c871..e8d6c72e1 100644 --- a/SL/Auth.pm +++ b/SL/Auth.pm @@ -936,7 +936,7 @@ sub all_rights_full { my ($self) = @_; @{ $self->{master_rights} ||= do { - $self->dbconnect->selectall_arrayref("SELECT name, description, category FROM auth.master_rights ORDER BY id"); + $self->dbconnect->selectall_arrayref("SELECT name, description, category FROM auth.master_rights ORDER BY position"); } } }