From: Lebbeous Fogle-Weekley Date: Thu, 8 Sep 2011 19:58:51 +0000 (-0400) Subject: Bookbag descriptions need to go somewhere in other SuperCat-generated feeds X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=196ab451bdf224816fdc98244880312125ceb382;p=evergreen%2Fequinox.git Bookbag descriptions need to go somewhere in other SuperCat-generated feeds Signed-off-by: Lebbeous Fogle-Weekley --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/SuperCat/Feed.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/SuperCat/Feed.pm index fde04eb461..c4180d0dfd 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/SuperCat/Feed.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/SuperCat/Feed.pm @@ -246,6 +246,12 @@ sub title { $self->_create_node('/atom:feed','http://www.w3.org/2005/Atom','title', $text); } +sub description { + my $self = shift; + my $text = shift; + $self->_create_node('/atom:feed','http://www.w3.org/2005/Atom','subtitle', $text); +} + sub update_ts { my $self = shift; # ATOM demands RFC-3339 compliant datetime formats