mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Set intval() of value to insert to ensure some input on not null columns
This commit is contained in:
parent
09d45898e0
commit
b6d48e874a
@ -390,7 +390,7 @@
|
||||
$sSQL .= "'" . $oProc->m_odb->db_addslashes($oProc->m_odb->f($i)) . "'";
|
||||
break;
|
||||
default:
|
||||
$sSQL .= $oProc->m_odb->f($i);
|
||||
$sSQL .= intval($oProc->m_odb->f($i));
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user