diff options
Diffstat (limited to 'update/library')
-rw-r--r-- | update/library/trunk/instadisc.php | 2 |
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 | ||
12 | function sendItem($title, $author, $url, $semantics) | 12 | function instaDisc_sendItem($title, $author, $url, $semantics) |
13 | { | 13 | { |
14 | $verID = rand(1,65536); | 14 | $verID = rand(1,65536); |
15 | 15 | ||