[Rt-commit] rt branch, master, updated. rt-4.2.12-335-g642a6d7
? sunnavy
sunnavy at bestpractical.com
Mon Oct 26 13:30:39 EDT 2015
The branch, master has been updated
via 642a6d7ea1f3a455a842d92db5b4e674d92889c5 (commit)
from 72db35fb2a05c7e8aa6229221f79da74585b3d26 (commit)
Summary of changes:
sbin/rt-externalize-attachments.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 642a6d7ea1f3a455a842d92db5b4e674d92889c5
Author: sunnavy <sunnavy at bestpractical.com>
Date: Tue Oct 27 01:24:44 2015 +0800
find_expired_rows has been deprecated, use find_disabled_rows instead
diff --git a/sbin/rt-externalize-attachments.in b/sbin/rt-externalize-attachments.in
index 18a9c43..9626894 100644
--- a/sbin/rt-externalize-attachments.in
+++ b/sbin/rt-externalize-attachments.in
@@ -120,7 +120,7 @@ for my $class (qw/RT::Attachments RT::ObjectCustomFieldValues/) {
);
if ($class eq "RT::ObjectCustomFieldValues") {
- $attach->{'find_expired_rows'} = 1;
+ $attach->{'find_disabled_rows'} = 1;
}
$attach->RowsPerPage(100);
-----------------------------------------------------------------------
More information about the rt-commit
mailing list