Index: openacs-4/packages/acs-admin/www/auth/authority-set-sort-order.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/auth/authority-set-sort-order.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-admin/www/auth/authority-set-sort-order.tcl 10 Sep 2003 14:32:47 -0000 1.1 +++ openacs-4/packages/acs-admin/www/auth/authority-set-sort-order.tcl 22 Oct 2003 12:47:25 -0000 1.2 @@ -32,7 +32,7 @@ db_dml move_authority_up { update auth_authorities set sort_order = :sort_order - 1 - where authority_id = :authority_id; + where authority_id = :authority_id } }