Bug 7697: Remove unused textmessaging parameter from OPAC main/user
authorIan Walls <koha.sekjal@gmail.com>
Sat, 10 Mar 2012 17:04:20 +0000 (12:04 -0500)
committerPaul Poulain <paul.poulain@biblibre.com>
Tue, 20 Mar 2012 15:49:36 +0000 (16:49 +0100)
commitf7a7b34bdfe85d00eaea42cc4b5462e3a8633ccc
tree495ef621ca4e3573fc7ceb3c4c99a8cdf116a256
parent692ee0e9dac718ba2aff53a6440f9cde9a8f3409
Bug 7697: Remove unused textmessaging parameter from OPAC main/user

Removes the textmessaging parameter from opac/opac-main.pl and
opac/opac-user.pl, since it's not utilized anywhere in the templates, and is
sourced from a field that no longer exists in the borrower
table (textmessaging).

This also removes a dependency on C4/Members.pm from opac-main.pl

To Test:  Login to the OPAC, and view both opac-user.pl and opac-main.pl. Both
pages should still render properly.

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
opac/opac-main.pl
opac/opac-user.pl