http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9006 M. Tompsett <mtompset@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtompset@hotmail.com --- Comment #2 from M. Tompsett <mtompset@hotmail.com> --- $ grep "^sub " C4/Context.pm | cut -f2 -d' ' > ~/subs $ vi ~/subs :%s/^/C4::Context->/g :wq $ git grep 'C4::Context\->' | grep -v -f ~/subs Yes, intranetdir, but also: 1 perldoc line IsSuperlibrarian typo something ugly in C4/Input.pm typo in 3.07.00.030 updatedatabase.pl upgrade Perhaps those deserve a bug report? -- You are receiving this mail because: You are watching all bug changes.