[Koha-bugs] [Bug 14422] New: Typographical error in updatedatabase.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 19 14:58:55 CEST 2015


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

            Bug ID: 14422
           Summary: Typographical error in updatedatabase.pl
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Installation and upgrade (command-line installer)
          Assignee: gmcharlt at gmail.com
          Reporter: mtompset at hotmail.com
        QA Contact: testopia at bugs.koha-community.org

While testing bug 9006, I discovered this.

$ grep "^sub " C4/Context.pm | cut -f2 -d' ' > ~/subs
$ vi ~/subs
:%s/^/C4::Context->/g
:wq
$ git grep 'C4::Context\->' | grep -v -f ~/subs

Notice the installer/data/mysql/updatedatabase.pl one. What should read
'preference' is typed as 'prefernce'.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list