]> git.koha-community.org Git - koha.git/commit
Cleanup Members.pm - minor
authorJoe Atzberger <joe.atzberger@liblime.com>
Sat, 20 Jun 2009 00:32:45 +0000 (19:32 -0500)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 16 Sep 2009 21:19:13 +0000 (23:19 +0200)
commit66808ad2b522caef8b40805f1784f24535be6099
tree116b2afbc0b28f912feaa6a57b91f721ad16040e
parent0664c7bb6a977ebd9a8ee656e954ab4fbf9394a8
Cleanup Members.pm - minor

MoveMemberToDeleted is problematic.  It has a bad name, since it
only copies, not moves.  Also the POD for it referenced a totally
different function name and was largely useless.  Sanity checks inserted.

A couple sth->finish removed.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
C4/Members.pm