[Rt-commit] r3855 - in rt/branches/3.4-RELEASE: . html/Search

jesse at bestpractical.com jesse at bestpractical.com
Fri Sep 16 12:26:10 EDT 2005


Author: jesse
Date: Fri Sep 16 12:26:10 2005
New Revision: 3855

Modified:
   rt/branches/3.4-RELEASE/   (props changed)
   rt/branches/3.4-RELEASE/html/Search/Results.rdf
Log:
 r15770 at hualien:  jesse | 2005-09-16 12:23:15 -0400
 * The RSS feeds should come with a default subject, as feeds really want to have article titles in some clients


Modified: rt/branches/3.4-RELEASE/html/Search/Results.rdf
==============================================================================
--- rt/branches/3.4-RELEASE/html/Search/Results.rdf	(original)
+++ rt/branches/3.4-RELEASE/html/Search/Results.rdf	Fri Sep 16 12:26:10 2005
@@ -75,7 +75,7 @@
           link        => $RT::WebURL."/Ticket/Display.html?id=".$Ticket->id,
           description => $Ticket->Transactions->First->Content,
           dc => {
-            subject  => $Ticket->Subject,
+            subject  => ($Ticket->Subject  || loc('No subject')),
             creator  => $Ticket->CreatorObj->RealName . "<".$Ticket->CreatorObj->EmailAddress.">",
           },
         );


More information about the Rt-commit mailing list