diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-07 01:49:10 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-07 01:49:10 +0000 |
commit | 5f4a5bc9c9bf21ed7def760e8aa45cd64529f173 (patch) | |
tree | bc635b3622afd021642322d3fea109ae4137a1e9 /series/core | |
parent | f6f295ff5e62bb5b8ae5f32ebca3a9145394f782 (diff) | |
download | instadisc-5f4a5bc9c9bf21ed7def760e8aa45cd64529f173.tar.gz instadisc-5f4a5bc9c9bf21ed7def760e8aa45cd64529f173.tar.bz2 instadisc-5f4a5bc9c9bf21ed7def760e8aa45cd64529f173.zip |
General: [15]
Refs #28
Diffstat (limited to 'series/core')
-rw-r--r-- | series/core/trunk/includes/instadisc.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/series/core/trunk/includes/instadisc.php b/series/core/trunk/includes/instadisc.php index f67ce44..b1b6ce5 100644 --- a/series/core/trunk/includes/instadisc.php +++ b/series/core/trunk/includes/instadisc.php | |||
@@ -4,6 +4,8 @@ | |||
4 | 4 | ||
5 | include('includes/db.php'); | 5 | include('includes/db.php'); |
6 | include('includes/template.php'); | 6 | include('includes/template.php'); |
7 | include('includes/xmlrpc/xmlrpc.inc'); | ||
8 | include('includes/xmlrpc/xmlrpcs.inc'); | ||
7 | 9 | ||
8 | function instaDisc_subscriptionExists($id) | 10 | function instaDisc_subscriptionExists($id) |
9 | { | 11 | { |