Bug 34212: Compare strings with eq instead of ==
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 6 Jul 2023 13:41:15 +0000 (15:41 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 7 Jul 2023 12:18:12 +0000 (09:18 -0300)
commit5f0c2ef48dd9f528e8a526b10154c542fb905c81
treef2b892fd719ded58dc43e1747820583ddac6b5a3
parentfa85255a0c0da7e643e650252012eb37ebcae3ff
Bug 34212: Compare strings with eq instead of ==

And don't ignore warnings next time ;)

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/Token.pm