mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
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