about summary refs log tree commit diff stats
path: root/series/core/trunk/admin/addsub.php
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-09-07 15:59:52 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-09-07 15:59:52 +0000
commit7a683b695a297794bf86b063ebf2e77835f334d0 (patch)
tree38b438a691d184f2698f6be3fd63e19f9e8b6d52 /series/core/trunk/admin/addsub.php
parente88f3d0e3f34b3cd396ad8fa11c6717addf04e63 (diff)
downloadinstadisc-7a683b695a297794bf86b063ebf2e77835f334d0.tar.gz
instadisc-7a683b695a297794bf86b063ebf2e77835f334d0.tar.bz2
instadisc-7a683b695a297794bf86b063ebf2e77835f334d0.zip
Series: Fixed a few errors
[15]

Refs #53
Diffstat (limited to 'series/core/trunk/admin/addsub.php')
-rw-r--r--series/core/trunk/admin/addsub.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/series/core/trunk/admin/addsub.php b/series/core/trunk/admin/addsub.php index 26a8109..f462d3f 100644 --- a/series/core/trunk/admin/addsub.php +++ b/series/core/trunk/admin/addsub.php
@@ -77,8 +77,8 @@ function showForm($id, $title, $url, $category, $password, $errors)
77 $template->add('ID_ERR', ifErrors($errors, 'id')); 77 $template->add('ID_ERR', ifErrors($errors, 'id'));
78 $template->add('TITLE_ERR', ifErrors($errors, 'title')); 78 $template->add('TITLE_ERR', ifErrors($errors, 'title'));
79 $template->add('URL_ERR', ifErrors($errors, 'url')); 79 $template->add('URL_ERR', ifErrors($errors, 'url'));
80 $template->add('CATEGORY_ERR', ifErrors($category, 'url')); 80 $template->add('CATEGORY_ERR', ifErrors($errors, 'url'));
81 $template->add('PASSWORD_ERR', ifErrors($password, 'url')); 81 $template->add('PASSWORD_ERR', ifErrors($errors, 'url'));
82 82
83 doErrors($template, $errors, 'id'); 83 doErrors($template, $errors, 'id');
84 doErrors($template, $errors, 'title'); 84 doErrors($template, $errors, 'title');