fix to make it standards strict
This commit is contained in:
parent
16d964e4ba
commit
1c818f51fa
@ -108,7 +108,7 @@ class ADODB2_mysql extends ADODB_DataDict {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// return string must begin with space
|
// return string must begin with space
|
||||||
function _CreateSuffix($fname,$ftype,$fnotnull,$fdefault,$fautoinc,$fconstraint,$funsigned)
|
function _CreateSuffix($fname,$ftype,$fnotnull,$fdefault,$fautoinc,$fconstraint,$funsigned = null)
|
||||||
{
|
{
|
||||||
$suffix = '';
|
$suffix = '';
|
||||||
if ($funsigned) $suffix .= ' UNSIGNED';
|
if ($funsigned) $suffix .= ' UNSIGNED';
|
||||||
|
Loading…
Reference in New Issue
Block a user