Removed a buggy conditional if that resulted in an incorrect item status
authorDavid Birmingham <dbirmingham@ptfs.com>
Fri, 5 Jun 2009 20:40:55 +0000 (16:40 -0400)
committerGalen Charlton <galen.charlton@liblime.com>
Sun, 7 Jun 2009 19:22:21 +0000 (14:22 -0500)
commit86ec07d50b4d4b47872317e822f16fac15c0e62b
treee14d6fb47e4f2d8f94dc141d3a1292abde80db7d
parentea4247709028bd562ccf2bd4ce9a90c358368dc1
Removed a buggy conditional if that resulted in an incorrect item status

Previous conditional check with if ($restype) is not needed because a true
result for one item will result in subsqeuent items defaulting to this true
value.

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