diff options
author | prashant | 2015-01-30 09:43:15 +0530 |
---|---|---|
committer | prashant | 2015-01-30 09:43:15 +0530 |
commit | 1414079e1e7c4fb7284c44e1b04e6e9d82b37789 (patch) | |
tree | 465de77e74668ccdb6165a311c7f579a00164fb0 | |
parent | a6a96a503ba4e70bf71e6b8e9fe693702c95c70c (diff) | |
download | scilab_textbook_companion-1414079e1e7c4fb7284c44e1b04e6e9d82b37789.tar.gz scilab_textbook_companion-1414079e1e7c4fb7284c44e1b04e6e9d82b37789.tar.bz2 scilab_textbook_companion-1414079e1e7c4fb7284c44e1b04e6e9d82b37789.zip |
solved issue regarding book proposal form
-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 015a7eb..9e10327 100755 --- a/textbook_companion.module +++ b/textbook_companion.module @@ -830,7 +830,7 @@ function textbook_companion_nonaicte_proposal_all() { } //variable_del("aicte_".$user->uid); - $page_content .= drupal_get_form("textbook_companion_nonaicte_proposal_form"); + $page_content .= drupal_get_form("book_proposal_nonaicte_form"); return $page_content; } |