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 | |
| 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')
| -rw-r--r-- | series/trunk/admin/addsub.php | 2 | ||||
| -rw-r--r-- | series/trunk/admin/editsub.php | 2 |
2 files changed, 2 insertions, 2 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')); |
| diff --git a/series/trunk/admin/editsub.php b/series/trunk/admin/editsub.php index 20c9001..e49a971 100644 --- a/series/trunk/admin/editsub.php +++ b/series/trunk/admin/editsub.php | |||
| @@ -74,7 +74,7 @@ if (!isset($_GET['submit'])) | |||
| 74 | { | 74 | { |
| 75 | showForm($_POST['id'], $_POST['title'], $_POST['url'], $_POST['category'], $_POST['password'], $errors); | 75 | showForm($_POST['id'], $_POST['title'], $_POST['url'], $_POST['category'], $_POST['password'], $errors); |
| 76 | } else { | 76 | } else { |
| 77 | instaDisc_initSubscription($_SESSION['username'], $_POST['id'], $_POST['url'], $_POST['title'], $_POST['category'], $_POST['personal'], $_POST['password']); | 77 | instaDisc_initSubscription($_SESSION['username'], $_POST['id'], $_POST['url'], $_POST['title'], $_POST['category'], $_POST['password']); |
| 78 | 78 | ||
| 79 | $template = new FITemplate('editedsub'); | 79 | $template = new FITemplate('editedsub'); |
| 80 | $template->add('SITENAME', instaDisc_getConfig('siteName')); | 80 | $template->add('SITENAME', instaDisc_getConfig('siteName')); |
