From dbeed362016651c521307e47ddd9c85c5c9c47b1 Mon Sep 17 00:00:00 2001 From: Kyle McNally Date: Fri, 5 Mar 2010 12:53:01 -0500 Subject: [PATCH] changed description, could not find a bidding rss feed, so it's only for selling --- extensions/ebay/extension.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/ebay/extension.inc.php b/extensions/ebay/extension.inc.php index 5e285db..c9421e7 100644 --- a/extensions/ebay/extension.inc.php +++ b/extensions/ebay/extension.inc.php @@ -4,7 +4,7 @@ class Lifestream_eBayFeed extends Lifestream_Feed const ID = 'ebay'; const NAME = 'eBay'; const URL = 'http://www.ebay.com/'; - const DESCRIPTION = 'Shows what items you put up for sale. (Will try to be extended in the future to bidding as well)'; + const DESCRIPTION = 'Shows what items you put up for sale.'; const AUTHOR = 'Kyle McNally'; function get_options()