MINOR Updated inaccurate documentation of methods due to class name changes in r90075

This commit is contained in:
Sean Harvey 2009-10-26 21:16:37 +00:00
parent 1f9af45389
commit 2b7c27382d

View File

@ -553,7 +553,7 @@ class MSSQLDatabase extends SS_Database {
$output = array();
if($fields) foreach($fields as $field) {
// Update the data_type field to be a complete column definition string for use by
// Database::requireField()
// SS_Database::requireField()
switch($field['data_type']){
case 'bigint':
case 'numeric':