Bug 18215: Resolve warning on $tls in Database.pm
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Mon, 6 Mar 2017 09:39:18 +0000 (10:39 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Mon, 6 Mar 2017 14:10:33 +0000 (14:10 +0000)
commit59ca80f2a181a18cb0d568b7ca86d1da99f9748b
tree18ad1a8ed2c85c674538682599d3b828b89eb7f4
parentd84ed89557e2c921f261b1c620434d432dcbd3f7
Bug 18215: Resolve warning on $tls in Database.pm

Resolve this warning:
updatedatabase.pl: Use of uninitialized value $tls in string eq at /usr/share/koha/masterclone/Koha/Database.pm line 63.

Test plan:
[1] Check if you do not see the warning anymore.

Signed-off-by: Magnus Enger <magnus@libriotech.no>
Warning disappears after applying the patch.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Koha/Database.pm