forked from extern/egroupware
Silence each error
This commit is contained in:
parent
233d1640df
commit
7b96d56609
@ -34,7 +34,7 @@
|
||||
|
||||
function split_stock_and_extras($fields)
|
||||
{
|
||||
while (list($field,$value) = each($fields))
|
||||
while (list($field,$value) = @each($fields))
|
||||
{
|
||||
/* Depending on how the array was built, this is needed. */
|
||||
if (gettype($value) == "integer")
|
||||
|
Loading…
Reference in New Issue
Block a user