diff options
author | Sashi20 | 2019-09-30 15:46:10 +0530 |
---|---|---|
committer | Sashi20 | 2019-09-30 15:46:10 +0530 |
commit | 121632c7776f76cd1e4d86f263cbfccff45271fc (patch) | |
tree | b97d22b8fd2f720e2033698263b7c3d3d68a216c /latex.inc | |
parent | 15dcfe8a6e51f0c4e35fb48d87cb3b5c87ec74de (diff) | |
download | r_textbook_companion-121632c7776f76cd1e4d86f263cbfccff45271fc.tar.gz r_textbook_companion-121632c7776f76cd1e4d86f263cbfccff45271fc.tar.bz2 r_textbook_companion-121632c7776f76cd1e4d86f263cbfccff45271fc.zip |
Enable regenerate pdf link and update redirecting links
Diffstat (limited to 'latex.inc')
-rwxr-xr-x | latex.inc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -236,6 +236,6 @@ function textbook_companion_delete_book() $book_id = arg(2); del_book_pdf($book_id); drupal_set_message(t('Book schedule for regeneration.'), 'status'); - drupal_goto('code_approval/bulk'); + drupal_goto('textbook-companion/code-approval/bulk'); return; } |