diff options
Diffstat (limited to '')
-rw-r--r-- | admin/element_set_unit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/element_set_unit.php b/admin/element_set_unit.php index 67f5a62e6..7bc0e54b0 100644 --- a/admin/element_set_unit.php +++ b/admin/element_set_unit.php @@ -56,7 +56,7 @@ SELECT id, date_creation ;'; $result = pwg_query($query); - while ($row = mysql_fetch_array($result)) + while ($row = mysql_fetch_assoc($result)) { $data = array(); |