Bug 30446: (follow-up) Remove warning
authorTomas Cohen Arazi <tomascohen@theke.io>
Wed, 20 Apr 2022 12:17:03 +0000 (09:17 -0300)
committerFridolin Somers <fridolin.somers@biblibre.com>
Fri, 22 Apr 2022 07:01:09 +0000 (21:01 -1000)
commit4c8987b64e4cee44c2bf3387052563a7816dc77c
tree7196bc6c0e9cbca496adc01cb836f520b12457e6
parent24db0479e6b7db03821d2a302c2e621b017fef28
Bug 30446: (follow-up) Remove warning

This patch removes a trivial warning caused by a parameter being
compared to a literal but not being defined. Doing a

$ git grep GetTagsLabels

shows the change is safe as the function is always called with a value
of either 0 or 1.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/AuthoritiesMarc.pm