mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Fixed GHEIGHT, GWIDTH typos ... thanks Prince Eloy!
This commit is contained in:
parent
8575cd3233
commit
e80a8db7e0
1 changed files with 1 additions and 1 deletions
|
@ -454,7 +454,7 @@ function survey_print_graph($url) {
|
|||
echo "(".get_string("gdneed").")";
|
||||
|
||||
} 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\">";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue