diff options
Diffstat (limited to 'series/core/trunk/admin')
-rw-r--r-- | series/core/trunk/admin/addsub.php | 4 |
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'); |