https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40559
--- Comment #9 from Jonathan Druart <[email protected]> --- (In reply to Marcel de Rooy from comment #8) > (In reply to Jonathan Druart from comment #5) > > Also wondering.... > > > > next > > if ( $tagslib->{ $fields[$x_i]->tag() }->{ $subf[$i][0] > > }->{tab} // q{} ) ne > > $tabloop; # Note: defaulting to '0' changes > > behavior! > > > > Why? > > Since tabloop can be zero? Or do you mean something else? The if syntax: next if ( $var ) ne $tabloop; -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
