projects
/
koha.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce046f9
)
Bug 7785: Remove unused function columns() which uses a MySQLism.
author
Marc Balmer
<marc@msys.ch>
Fri, 23 Mar 2012 16:37:02 +0000
(17:37 +0100)
committer
Paul Poulain
<paul.poulain@biblibre.com>
Thu, 5 Apr 2012 08:31:49 +0000
(10:31 +0200)
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
C4/Members.pm
patch
|
blob
|
history
diff --git
a/C4/Members.pm
b/C4/Members.pm
index 6161ac9f3003f9258d697dfd3f3e7f8be81b5a34..056f7e44cd7c018251486bff5e96f4858272f15c 100644
(file)
--- a/
C4/Members.pm
+++ b/
C4/Members.pm
@@
-692,10
+692,6
@@
sub GetMemberIssuesAndFines {
return ($overdue_count, $issue_count, $total_fines);
}
-sub columns(;$) {
- return @{C4::Context->dbh->selectcol_arrayref("SHOW columns from borrowers")};
-}
-
=head2 ModMember
my $success = ModMember(borrowernumber => $borrowernumber,