about summary refs log tree commit diff stats
path: root/update/library
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-08-02 14:24:01 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-08-02 14:24:01 +0000
commit7174283738786d0e4bfc9669bdc2a7134f410895 (patch)
tree25648d8ba6d0aa9603de11e554f6360e12a8158f /update/library
parent7aaf2ac13a6121938c679fd1edf0fa4fe1bb2424 (diff)
downloadinstadisc-7174283738786d0e4bfc9669bdc2a7134f410895.tar.gz
instadisc-7174283738786d0e4bfc9669bdc2a7134f410895.tar.bz2
instadisc-7174283738786d0e4bfc9669bdc2a7134f410895.zip
Update: Renamed library function
Renamed function sendItem() to use the general prefix (instaDisc_) to prevent include file confusion.
Diffstat (limited to 'update/library')
-rw-r--r--update/library/trunk/instadisc.php2
1 files changed, 1 insertions, 1 deletions
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
9$idusCentralServer = ''; // Set this to the Central Server you've signed up with 9$idusCentralServer = ''; // Set this to the Central Server you've signed up with
10$idusSubscriptionURI = ''; // Set this to your unique URI 10$idusSubscriptionURI = ''; // Set this to your unique URI
11 11
12function sendItem($title, $author, $url, $semantics) 12function instaDisc_sendItem($title, $author, $url, $semantics)
13{ 13{
14 $verID = rand(1,65536); 14 $verID = rand(1,65536);
15 15