http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14059
--- Comment #2 from M. Tompsett <[email protected]> --- Comment on attachment 38481 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=38481 Bug 14059 : Testing C4::Creators::Lib Review of attachment 38481: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=14059&attachment=38481) ----------------------------------------------------------------- ::: C4/Creators/Lib.pm @@ -448,5 @@ > -Return an arrayref of an array containing the column names of the supplied > table. > - > -=cut > - > -sub get_column_names { git grep get_column_names shows that C4::Creators exports this function, and this lib still exports it too. Yes, it isn't used, but you forgot to cut the other parts out too. -- 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/
