http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13194

            Bug ID: 13194
           Summary: Tiny typo in POD for
                    SetMessagingPreferencesFromDefaults
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

The POD for C4::Members::Messaging::SetMessagingPreferencesFromDefaults() has
an example of usage:

  C4::Members::Messaging::SetMessagingPreferenceFromDefaults( { borrowernumber
=> $borrower->{'borrowernumber'}
                                                                categorycode  
=> 'CPL' } );

The name of the subroutine is mis-spelled as SetMessagingPreferenceFromDefaults
when it should be SetMessagingPreference*s*FromDefaults. 

This has no practical consequences of course, but if you copy and paste the
example into your code it can lead to some unnecessary head scratching. Trust
me, I know...

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to