![]() ![]() | ![]() |
version 1.1045, 2009/11/28 21:33:57 | version 1.1046, 2009/11/29 00:17:22 |
---|---|
Line 6142 sub devalidate_getgroups_cache { | Line 6142 sub devalidate_getgroups_cache { |
sub plaintext { | sub plaintext { |
my ($short,$type,$cid,$forcedefault) = @_; | my ($short,$type,$cid,$forcedefault) = @_; |
if ($short =~ /^cr/) { | if ($short =~ m{^cr/}) { |
return (split('/',$short))[-1]; | return (split('/',$short))[-1]; |
} | } |
if (!defined($cid)) { | if (!defined($cid)) { |