projects
/
working
/
SIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c064ce
)
Delete unused access method
author
djfiander
<djfiander>
Mon, 15 May 2006 00:15:36 +0000
(
00:15
+0000)
committer
djfiander
<djfiander>
Mon, 15 May 2006 00:15:36 +0000
(
00:15
+0000)
ILS/Patron.pm
patch
|
blob
|
history
diff --git
a/ILS/Patron.pm
b/ILS/Patron.pm
index
1fa5cf6
..
c3003fe
100644
(file)
--- a/
ILS/Patron.pm
+++ b/
ILS/Patron.pm
@@
-186,12
+186,6
@@
sub items_billed {
return $self->{items_billed};
}
-sub password {
- my $self = shift;
-
- return $self->{password};
-}
-
sub check_password {
my ($self, $pwd) = @_;