Add onlymine helper function.
authorJoe Atzberger <joe.atzberger@liblime.com>
Wed, 20 May 2009 19:39:03 +0000 (14:39 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Thu, 21 May 2009 13:01:39 +0000 (08:01 -0500)
commit4f9d77ed3298b434336660cb15893b72a45ae234
treee03dd2a0e3214cccf86aca694c6254c9779196a0
parent3cf241d0577af19ab147313a3e9757ff7710e3c3
Add onlymine helper function.

This should allow scripts to use GetBranchesLoop without having to reproduce
the check for:
(1) IndependantBranches,
(2) User logged in,
(3) User Not superlibrarian, and
(4) User branch set.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/Branch.pm