[Rt-commit] r3196 - in rtfm/branches/2.1-TESTING: .
html/Callbacks/RTFM/Ticket/Update.html
jesse at bestpractical.com
jesse at bestpractical.com
Wed Jun 15 21:22:08 EDT 2005
Author: jesse
Date: Wed Jun 15 21:22:07 2005
New Revision: 3196
Modified:
rtfm/branches/2.1-TESTING/ (props changed)
rtfm/branches/2.1-TESTING/html/Callbacks/RTFM/Ticket/Update.html/BeforeMessageBox
Log:
r20579 at hualien: jesse | 2005-06-15 21:21:15 -0400
* Extract article fixes
Modified: rtfm/branches/2.1-TESTING/html/Callbacks/RTFM/Ticket/Update.html/BeforeMessageBox
==============================================================================
--- rtfm/branches/2.1-TESTING/html/Callbacks/RTFM/Ticket/Update.html/BeforeMessageBox (original)
+++ rtfm/branches/2.1-TESTING/html/Callbacks/RTFM/Ticket/Update.html/BeforeMessageBox Wed Jun 15 21:22:07 2005
@@ -52,7 +52,7 @@
RT::FM::ArticleCollection->new( $session{'CurrentUser'} );
my $articles_basics = RT::FM::ArticleCollection->new( $session{'CurrentUser'} );
if ( $ARGS{'RTFM_Content'} ) {
- $articles_content->LimitToCustomFieldValue( VALUE => $ARGS{'RTFM_Content'},
+ $articles_content->LimitCustomField( VALUE => $ARGS{'RTFM_Content'},
OPERATOR => 'LIKE' );
$articles_basics->Limit( SUBCLAUSE => 'all',
More information about the Rt-commit
mailing list