Commit 1c818f51 authored by pookey's avatar pookey

fix to make it standards strict

parent 16d964e4
...@@ -108,7 +108,7 @@ class ADODB2_mysql extends ADODB_DataDict { ...@@ -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';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment