diff options
Diffstat (limited to 'textbook_companion.module')
-rwxr-xr-x | textbook_companion.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textbook_companion.module b/textbook_companion.module index ffbd482..54c7970 100755 --- a/textbook_companion.module +++ b/textbook_companion.module @@ -753,7 +753,7 @@ function textbook_companion_proposal_all() { $row2 = db_fetch_object($result); $row3 = db_fetch_object($result); } else { - // drupal_goto("pr"); + drupal_goto("aicte_proposal"); } $page_content .= drupal_get_form("book_proposal_form", $row1, $row2, $row3); |