Skip to content

Commit

Permalink
MDL-15071 added missing breaks - credit goes to Andrei Bautu
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Jul 13, 2008
1 parent 0549c24 commit 6321dbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/dml/database_column_info.php
Expand Up @@ -119,9 +119,11 @@ public function __construct($data) {
$this->has_default = false;
$this->default_value = null;
$this->unique = true;
break;
case 'C':
$this->auto_increment = false;
$this->binary = false;
break;
}
}
}

0 comments on commit 6321dbf

Please sign in to comment.