http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9611 --- Comment #8 from Chris Cormack <chris@bigballofwax.co.nz> --- Comment on attachment 15311 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15311 Bug 9611 - Changing the hashing algorithm from MD5 to Bcrypt Review of attachment 15311: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=9611&attachment=15311) ----------------------------------------------------------------- ::: C4/Members.pm @@ -1406,5 @@
- my $number_rows = $sth->fetchrow; - return $number_rows; - -} -
Srikanth, why did you remove this as part of this patch? Are you sure nothing else is using it, if so you should document why you removed it. -- You are receiving this mail because: You are watching all bug changes.