Skip to content

Commit

Permalink
Merge branch 'MDL-41586-master' of git://github.com/ankitagarwal/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
marinaglancy committed Nov 8, 2013
2 parents f9dc4bd + 6cff635 commit 61d1e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dml/sqlsrv_native_moodle_database.php
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ public function get_columns($table, $usecache = true) {
}

// Scale
$info->scale = $rawcolumn->scale ? $rawcolumn->scale : false;
$info->scale = $rawcolumn->scale;

// Prepare not_null info
$info->not_null = $rawcolumn->is_nullable == 'NO' ? true : false;
Expand Down

0 comments on commit 61d1e9c

Please sign in to comment.