This commit is contained in:
skeeter 2002-06-23 17:10:28 +00:00
parent df07c1f406
commit 550bb2f132

View File

@ -252,7 +252,7 @@
{ {
$null = "'nullable' => False"; $null = "'nullable' => False";
} }
if ($oProc->m_odb->f(4)) if ($oProc->m_odb->f(4) != '')
{ {
$default = "'default' => '".$oProc->m_odb->f(4)."'"; $default = "'default' => '".$oProc->m_odb->f(4)."'";
$nullcomma = ','; $nullcomma = ',';