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@gmail.com Reporter: mtompset@hotmail.com QA Contact: testopia@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.