Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
34c0b5bd
Commit
34c0b5bd
authored
Mar 22, 2011
by
Eloy Lafuente
Browse files
MDL-26848 I left one remaining "xxx" there, grrr
parent
a93bd90b
Changes
1
Hide whitespace changes
Inline
Side-by-side
mod/quiz/report/statistics/db/upgrade.php
View file @
34c0b5bd
...
...
@@ -217,7 +217,7 @@ function xmldb_quiz_statistics_upgrade($oldversion) {
}
if
(
$oldversion
<
2008112103
)
{
// Removed
stupid
UNSIGNED from all NUMBER columns in the quiz_question_response_stats table.
// Removed UNSIGNED from all NUMBER columns in the quiz_question_response_stats table.
$table
=
new
xmldb_table
(
'quiz_question_response_stats'
);
// Change of sign for field credit
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment