From 7174283738786d0e4bfc9669bdc2a7134f410895 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sat, 2 Aug 2008 14:24:01 +0000 Subject: Update: Renamed library function Renamed function sendItem() to use the general prefix (instaDisc_) to prevent include file confusion. --- update/library/trunk/instadisc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update/library/trunk/instadisc.php b/update/library/trunk/instadisc.php index da1b351..9f106c4 100644 --- a/update/library/trunk/instadisc.php +++ b/update/library/trunk/instadisc.php @@ -9,7 +9,7 @@ $idusPassword = ''; // Set this to the password you've registered $idusCentralServer = ''; // Set this to the Central Server you've signed up with $idusSubscriptionURI = ''; // Set this to your unique URI -function sendItem($title, $author, $url, $semantics) +function instaDisc_sendItem($title, $author, $url, $semantics) { $verID = rand(1,65536); -- cgit 1.4.1