http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7167 --- Comment #219 from Jonathan Druart <jonathan.druart@biblibre.com> --- (In reply to comment #218)
I have encountered a problem, and I don't have a solution for it: right now we have the generator tag in the OPAC set to the Koha version. With non-linear updates, the Koha version becomes meaningless. Is there something we can use instead?
I also have a question about the $koha39 variable. Why is it needed? As far as I can understand, $koha39 should be equal to the version in kohaversion.pl. Couldn't we just use that and eliminate the variable in C4::Auth?
I had this discussion with Paul a while ago but I don't remember exactly how we concluded. What do you call the "tag generator in the OPAC"? Is it the same number as we have in the intranet file about.tt? If yes take a look at the Comment 57 I think the proposed patch answers you. The kohaversion.pl is still used. So we cannot remove the '$koha39' variable and we have to continue to increment the kohaversion.pl number. -- You are receiving this mail because: You are watching all bug changes.