]> git.uio.no Git - usit-rt.git/blobdiff - share/html/Search/Elements/BuildFormatString
Putting 4.2.0 on top of 4.0.17
[usit-rt.git] / share / html / Search / Elements / BuildFormatString
index dc6a4370fd89c7269d12285ae615d47724dde075..99a19af0419a0b5ace26d5380e75af59f1783834 100644 (file)
@@ -103,7 +103,7 @@ $m->callback( CallbackOnce => 1, CallbackName => 'SetFieldsOnce', Fields => \@fi
 
 my $CustomFields = RT::CustomFields->new( $session{'CurrentUser'});
 foreach my $id (keys %queues) {
-    # Gotta load up the $queue object, since queues get stored by name now. my $id
+    # Gotta load up the $queue object, since queues get stored by name now.
     my $queue = RT::Queue->new($session{'CurrentUser'});
     $queue->Load($id);
     $CustomFields->LimitToQueue($queue->Id) if $queue->Id;