Fixed GHEIGHT, GWIDTH typos ... thanks Prince Eloy!

This commit is contained in:
moodler 2004-03-22 07:48:38 +00:00
parent 8575cd3233
commit e80a8db7e0

View file

@ -454,7 +454,7 @@ function survey_print_graph($url) {
echo "(".get_string("gdneed").")"; echo "(".get_string("gdneed").")";
} else { } else {
echo "<img height=\"$survey_gheight\" width=\"$survey_gwidth\" border=\"1\"". echo "<img height=\"$SURVEY_GHEIGHT\" width=\"$SURVEY_GWIDTH\" border=\"1\"".
" src=\"$CFG->wwwroot/mod/survey/graph.php?$url\">"; " src=\"$CFG->wwwroot/mod/survey/graph.php?$url\">";
} }
} }