mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
MDL-15071 added missing breaks - credit goes to Andrei Bautu
This commit is contained in:
parent
0549c245e1
commit
6321dbf098
@ -119,9 +119,11 @@ class database_column_info {
|
||||
$this->has_default = false;
|
||||
$this->default_value = null;
|
||||
$this->unique = true;
|
||||
break;
|
||||
case 'C':
|
||||
$this->auto_increment = false;
|
||||
$this->binary = false;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user