Skip to content

Commit

Permalink
Fixed issue: Notice when using mssqlnative driver
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Apr 16, 2012
1 parent 2912687 commit ff0745c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/adodb/datadict/datadict-mssqlnative.inc.php
Expand Up @@ -135,7 +135,7 @@ function AlterColumnSQL($tabname, $flds)
}
*/

function DropColumnSQL($tabname, $flds)
function DropColumnSQL($tabname, $flds, $tableflds='', $tableoptions='')
{
$tabname = $this->TableName ($tabname);
if (!is_array($flds))
Expand Down

0 comments on commit ff0745c

Please sign in to comment.