diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-14 16:42:03 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-14 16:42:03 +0000 |
commit | d65c3cc7605c08d4c6fad5e244824c2554a1003b (patch) | |
tree | 2baf78216aa4ae5efc3edd165174f51a9674a973 /series/trunk/admin/addsub.php | |
parent | e71ae5c0492257b6fd74443b9f3f8575a63f9228 (diff) | |
download | instadisc-d65c3cc7605c08d4c6fad5e244824c2554a1003b.tar.gz instadisc-d65c3cc7605c08d4c6fad5e244824c2554a1003b.tar.bz2 instadisc-d65c3cc7605c08d4c6fad5e244824c2554a1003b.zip |
Series: Removed 'personal' field
Refs #53
Diffstat (limited to 'series/trunk/admin/addsub.php')
-rw-r--r-- | series/trunk/admin/addsub.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/series/trunk/admin/addsub.php b/series/trunk/admin/addsub.php index 2ba2bb5..4fdd907 100644 --- a/series/trunk/admin/addsub.php +++ b/series/trunk/admin/addsub.php | |||
@@ -50,7 +50,7 @@ if (!isset($_GET['submit'])) | |||
50 | { | 50 | { |
51 | showForm($_POST['id'], $_POST['title'], $_POST['url'], $_POST['category'], $_POST['password'], $errors); | 51 | showForm($_POST['id'], $_POST['title'], $_POST['url'], $_POST['category'], $_POST['password'], $errors); |
52 | } else { | 52 | } else { |
53 | instaDisc_initSubscription($_SESSION['username'], $_POST['id'], $_POST['url'], $_POST['title'], $_POST['category'], $_POST['personal'], $_POST['password']); | 53 | instaDisc_initSubscription($_SESSION['username'], $_POST['id'], $_POST['url'], $_POST['title'], $_POST['category'], $_POST['password']); |
54 | 54 | ||
55 | $template = new FITemplate('addedsub'); | 55 | $template = new FITemplate('addedsub'); |
56 | $template->add('SITENAME', instaDisc_getConfig('siteName')); | 56 | $template->add('SITENAME', instaDisc_getConfig('siteName')); |