summaryrefslogtreecommitdiff
path: root/latex.inc
diff options
context:
space:
mode:
authorSashi202019-09-30 15:46:10 +0530
committerSashi202019-09-30 15:46:10 +0530
commit121632c7776f76cd1e4d86f263cbfccff45271fc (patch)
treeb97d22b8fd2f720e2033698263b7c3d3d68a216c /latex.inc
parent15dcfe8a6e51f0c4e35fb48d87cb3b5c87ec74de (diff)
downloadr_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-xlatex.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/latex.inc b/latex.inc
index ab606fe..b5ffebb 100755
--- a/latex.inc
+++ b/latex.inc
@@ -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;
}