diff options
author | root | 2014-04-10 10:33:04 +0530 |
---|---|---|
committer | root | 2014-04-10 10:33:04 +0530 |
commit | 9f1f14fbf1c50179ff0f4f2aa0975616ed4044e6 (patch) | |
tree | 95b90612cda885fe86061cfe77e0ca191e995f2d /general.inc | |
parent | a37654c53a9c2ccf4980f65f9398c23688f089bd (diff) | |
download | scilab_textbook_companion-9f1f14fbf1c50179ff0f4f2aa0975616ed4044e6.tar.gz scilab_textbook_companion-9f1f14fbf1c50179ff0f4f2aa0975616ed4044e6.tar.bz2 scilab_textbook_companion-9f1f14fbf1c50179ff0f4f2aa0975616ed4044e6.zip |
major changes done, updating to github
Diffstat (limited to 'general.inc')
-rwxr-xr-x | general.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/general.inc b/general.inc index dc63819..d986555 100755 --- a/general.inc +++ b/general.inc @@ -13,7 +13,7 @@ function list_chapters() drupal_set_message("Please submit a " . l('proposal', 'proposal') . ".", 'error'); drupal_goto(''); } - if ($proposal_data->proposal_status != 1) + if ($proposal_data->proposal_status != 1 && $proposal_data->proposal_status != 4) { switch ($proposal_data->proposal_status ) { @@ -90,7 +90,7 @@ function list_examples() drupal_set_message("Please submit a " . l('proposal', 'proposal') . ".", 'error'); drupal_goto(''); } - if ($proposal_data->proposal_status != 1) + if ($proposal_data->proposal_status != 1 && $proposal_data->proposal_status != 4) { switch ($proposal_data->proposal_status ) { |