about summary refs log tree commit diff stats
path: root/update/library/trunk
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-09-07 01:49:10 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-09-07 01:49:10 +0000
commit5f4a5bc9c9bf21ed7def760e8aa45cd64529f173 (patch)
treebc635b3622afd021642322d3fea109ae4137a1e9 /update/library/trunk
parentf6f295ff5e62bb5b8ae5f32ebca3a9145394f782 (diff)
downloadinstadisc-5f4a5bc9c9bf21ed7def760e8aa45cd64529f173.tar.gz
instadisc-5f4a5bc9c9bf21ed7def760e8aa45cd64529f173.tar.bz2
instadisc-5f4a5bc9c9bf21ed7def760e8aa45cd64529f173.zip
General: [15]
Refs #28
Diffstat (limited to 'update/library/trunk')
-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 20e6252..20bbbb9 100644 --- a/update/library/trunk/instadisc.php +++ b/update/library/trunk/instadisc.php
@@ -12,7 +12,7 @@ $instaDisc_subCount = 0;
12 12
13function instaDisc_sendItem($id, $title, $author, $url, $semantics) 13function instaDisc_sendItem($id, $title, $author, $url, $semantics)
14{ 14{
15 global $idusSubscriptionSeriesID, $idusSubscriptionID, $idusEncryptionKey; 15 global $idusSubscriptionSeriesURL, $idusSubscriptionID, $idusEncryptionKey;
16 16
17 $encID = 0; 17 $encID = 0;
18 if (($idusEncryptionKey[$id] != '') && extension_loaded('mcrypt')) 18 if (($idusEncryptionKey[$id] != '') && extension_loaded('mcrypt'))