]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
Bug 315339: User::match_field() now leaves fields undefined instead of as empty strin...
authorlpsolit%gmail.com <>
Wed, 23 Nov 2005 18:56:10 +0000 (18:56 +0000)
committerlpsolit%gmail.com <>
Wed, 23 Nov 2005 18:56:10 +0000 (18:56 +0000)
commit4b61c038bb255086cf273ff3faa1b2d89c220212
tree3fe771b3aaac9bfa5502cfd983460c3f46dfc3f9
parent1ec20babb683eb7fd7c0768bf3e616aac277a4a3
Bug 315339: User::match_field() now leaves fields undefined instead of as empty strings when no value is passed (for type eq "single" only) - My previous patch was buggy as fields accepting only one user and those accepting several users must be considered differently. Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
Bugzilla/User.pm