Add onlymine helper function.
authorJoe Atzberger <joe.atzberger@liblime.com>
Wed, 20 May 2009 19:39:03 +0000 (14:39 -0500)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 16 Sep 2009 21:18:53 +0000 (23:18 +0200)
commit09c7fb98bfca34f3530664ba3b3ae42ca6119555
tree41da51a660a0f900ea1ae18d6b11185136ea6d0b
parent710045365b6d87ceecb7f39909502629c551a031
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>
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
C4/Branch.pm