mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 03:08:53 +00:00
Add missing ebook processing to site edit.
This commit is contained in:
@@ -121,8 +121,8 @@ $page->smarty->assign('lookuptv_names', ['Disabled', 'Lookup All TV', 'Lookup Re
|
||||
$page->smarty->assign('lookup_reqids_ids', array(0,1,2));
|
||||
$page->smarty->assign('lookup_reqids_names', array('Disabled', 'Lookup Request IDs', 'Lookup Request IDs Threaded'));
|
||||
|
||||
// return a list of audiobooks, ebooks, technical and foreign books
|
||||
$result = $page->settings->query("SELECT id, title FROM category WHERE id in (3030, 7010, 7040, 7060)");
|
||||
// return a list of audiobooks, mags, ebooks, technical and foreign books
|
||||
$result = $page->settings->query("SELECT id, title FROM category WHERE id in (3030, 7010, 7020, 7040, 7060)");
|
||||
|
||||
// setup the display lists for these categories, this could have been static, but then if names changed they would be wrong
|
||||
$book_reqids_ids = array();
|
||||
|
||||
Reference in New Issue
Block a user