diff options
author | prashant | 2015-04-13 18:20:44 +0530 |
---|---|---|
committer | prashant | 2015-04-13 18:20:44 +0530 |
commit | 633f43e9306db385d2e593c4334aff28d15dc528 (patch) | |
tree | 2cc1ca999a20c2caa9baca164d40868b7eaf7315 /textbook_run.module | |
parent | 74f4783b4c678940cab6d7956df788483b29f031 (diff) | |
download | dwsim_textbook_run-633f43e9306db385d2e593c4334aff28d15dc528.tar.gz dwsim_textbook_run-633f43e9306db385d2e593c4334aff28d15dc528.tar.bz2 dwsim_textbook_run-633f43e9306db385d2e593c4334aff28d15dc528.zip |
Diffstat (limited to 'textbook_run.module')
-rwxr-xr-x | textbook_run.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textbook_run.module b/textbook_run.module index 587becb..2917299 100755 --- a/textbook_run.module +++ b/textbook_run.module @@ -122,7 +122,7 @@ if ($url_book_id) $data .= "<br>"; $data .= "<br>"; $data .= "<span><b>Example Number (caption): </></span><br><br>"; - $data .= "<select id='select_example'><option value='0'>Please Select a example</option>"; + $data .= "<select id='select_example'><option value='0'>Please Select an example</option>"; $example_titles_q = db_query("SELECT * FROM {textbook_companion_example} WHERE chapter_id = %d", $id); while ($example_titles_data = db_fetch_object($example_titles_q)) { |