synch'ing 2.2 and head
[koha.git] / C4 / Auth_with_ldap.pm
index 685494a..eee1ac5 100644 (file)
@@ -162,30 +162,30 @@ sub get_template_and_user {
 
                if ($flags->{catalogue} == 1) {
                        $template->param(CAN_user_catalogue => 1); }
-               \r
+               
                if ($flags->{parameters} == 1) {
                        $template->param(CAN_user_parameters => 1);     
                        $template->param(CAN_user_management => 1);
                        $template->param(CAN_user_tools => 1); }
-               \r
+               
                if ($flags->{borrowers} == 1) {
                        $template->param(CAN_user_borrowers => 1); }
-               \r
+               
                if ($flags->{permissions} == 1) {
                        $template->param(CAN_user_permission => 1); }
                
                if ($flags->{reserveforothers} == 1) {
                        $template->param(CAN_user_reserveforothers => 1); }
-               \r
+               
                if ($flags->{borrow} == 1) {
                        $template->param(CAN_user_borrow => 1); }
-               \r
+               
                if ($flags->{reserveforself} == 1) {
                        $template->param(CAN_user_reserveforself => 1); }
-               \r
+               
                if ($flags->{editcatalogue} == 1) {
                        $template->param(CAN_user_editcatalogue => 1); }
-               \r
+               
                if ($flags->{updatecharges} == 1) {
                        $template->param(CAN_user_updatecharge => 1); }