]> git.mjollnir.org Git - moodle.git/commit
MDL-16952 "after DB field type changes standard deviation and facility index show...
authorjamiesensei <jamiesensei>
Tue, 21 Oct 2008 09:32:24 +0000 (09:32 +0000)
committerjamiesensei <jamiesensei>
Tue, 21 Oct 2008 09:32:24 +0000 (09:32 +0000)
commit047c0f78aa90a3d478f17b437fa34740c9c00342
tree0139eb5c232d5a80a54d25eceddd9e084f1677df
parent67710da492605fb7db4924fbd12924d8ac568a6d
MDL-16952 "after DB field type changes standard deviation and facility index show up as 0% instead of blank" Problem is that question->maxgrade is now 0.0000 and not 0 and $maxgrade now does not evaluate as false, need to use $maxgade!=0 which evaluates as before.
mod/quiz/report/statistics/qstats.php
mod/quiz/report/statistics/statistics_table.php