X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/40f16528620535266596fc247109a821031c555d..c954dea7c1b814d66b8c31d04fa70a1bbbcce71e:/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"); } } }