[Rt-commit] r9911 - rt/branches/3.7-RTIR-RELENG/lib/RT
ruz at bestpractical.com
ruz at bestpractical.com
Wed Dec 12 11:46:07 EST 2007
Author: ruz
Date: Wed Dec 12 11:46:06 2007
New Revision: 9911
Modified:
rt/branches/3.7-RTIR-RELENG/lib/RT/Attributes_Overlay.pm
Log:
* flag collection with "must search" instead of running a query
Modified: rt/branches/3.7-RTIR-RELENG/lib/RT/Attributes_Overlay.pm
==============================================================================
--- rt/branches/3.7-RTIR-RELENG/lib/RT/Attributes_Overlay.pm (original)
+++ rt/branches/3.7-RTIR-RELENG/lib/RT/Attributes_Overlay.pm Wed Dec 12 11:46:06 2007
@@ -172,7 +172,7 @@
}
}
return (0, "No entry found") unless $found;
- $self->_DoSearch();
+ $self->RedoSearch;
return (1, $self->loc('Attribute Deleted'));
}
More information about the Rt-commit
mailing list