[prev in list] [next in list] [prev in thread] [next in thread] 

List:       rt-commit
Subject:    [Rt-commit] r8003 -
From:       ruz () bestpractical ! com
Date:       2007-06-09 3:02:39
Message-ID: 20070609030239.E45704D80CD () diesel ! bestpractical ! com
[Download RAW message or body]

Author: ruz
Date: Fri Jun  8 23:02:39 2007
New Revision: 8003

Modified:
   rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/html/Ticket/Elements/LoadTextAttachments

Log:
* this option is overridable

Modified: rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/html/Ticket/Elements/LoadTextAttachments
 ==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/html/Ticket/Elements/LoadTextAttachments	(original)
                
+++ rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/html/Ticket/Elements/LoadTextAttachments	Fri \
Jun  8 23:02:39 2007 @@ -83,7 +83,7 @@
     $attachments->Limit ( FIELD => 'ContentType', OPERATOR => 'STARTSWITH', VALUE => \
                'message/');
     $attachments->Limit ( FIELD => 'ContentType', OPERATOR => '=', VALUE => 'text');
     $attachments->Limit ( FIELD => 'Filename', OPERATOR => 'IS', VALUE => 'NULL')
-        if RT->Config->Get('SuppressInlineTextFiles');
+        if RT->Config->Get('SuppressInlineTextFiles', $Ticket->CurrentUser );
 }
 return ($attachments);
 </%INIT>
_______________________________________________
Rt-commit mailing list
Rt-commit@lists.bestpractical.com
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-commit


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic