diff --git includes/database.pgsql.inc includes/database.pgsql.inc index eda55cb..dfe7612 100644 --- includes/database.pgsql.inc +++ includes/database.pgsql.inc @@ -670,7 +670,7 @@ function db_drop_table(&$ret, $table) { * created field will be set to the value of the key in all rows. * This is most useful for creating NOT NULL columns with no default * value in existing tables. - * @param $keys_new + * @param $new_keys * Optional keys and indexes specification to be created on the * table along with adding the field. The format is the same as a * table specification but without the 'fields' element. If you are