LiveUser_Admin-0.3.3 Bug?
Carsten Bleek <[email protected]> Tue, 23 Aug 2005 11:43:59 +0200
| Newsgroups | gmane.comp.php.pear.liveuser |
|---|---|
| Message-ID | <[email protected]> |
Hi Lukas,
is it possible, that there is a bug in LiveUser/Admin/Storage/SQL.php Line
203?
I have to change the foreach loop
from:
foreach ($data as $field)
to:
foreach ($data as $field => $value)
to avoid warnings
...
function update($table, $data, $filters)
{
// sanity checks
foreach ($data as $field => $value) {
if ($this->tables[$table]['fields'][$field]
...
regards
Carsten
--
Carsten Bleek