]> 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:59:09 +0000 (18:59 +0000)
committerlpsolit%gmail.com <>
Wed, 23 Nov 2005 18:59:09 +0000 (18:59 +0000)
commit63e80d513cb08db9c2f18355d98bd7ab5df057ad
tree114464f9dd9048624e024531ebf9bcfae226060e
parente80cecf54edb0dca9d0407ee989bd616b336f703
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