[Rt-commit] r16245 - in rt/branches/3.999-DANGEROUS: sbin

ruz at bestpractical.com ruz at bestpractical.com
Wed Oct 8 13:22:18 EDT 2008


Author: ruz
Date: Wed Oct  8 13:22:17 2008
New Revision: 16245

Modified:
   rt/branches/3.999-DANGEROUS/   (props changed)
   rt/branches/3.999-DANGEROUS/sbin/rt-email-digest

Log:
 r16249 at ruslan-zakirovs-computer:  ruz | 2008-10-08 16:17:28 +0400
 * more on deprecaated methods


Modified: rt/branches/3.999-DANGEROUS/sbin/rt-email-digest
==============================================================================
--- rt/branches/3.999-DANGEROUS/sbin/rt-email-digest	(original)
+++ rt/branches/3.999-DANGEROUS/sbin/rt-email-digest	Wed Oct  8 13:22:17 2008
@@ -240,7 +240,7 @@
 
     while ( my $txn = $txns->next ) {
         my $ticket = $txn->ticket;
-        my $queue  = $txn->ticket_obj->queue_obj->name;
+        my $queue  = $txn->ticket_obj->queue->name;
         # Xxx todo - may clobber if two queues have the same name
         foreach my $user ( $txn->deferred_recipients($frequency) ) {
             $all_digest->{$user}->{$queue}->{$ticket}->{ $txn->id } = $txn->content_obj;


More information about the Rt-commit mailing list