We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf91f42 commit c1a3281Copy full SHA for c1a3281
1 file changed
admin/admin_photo.php
@@ -165,7 +165,7 @@
165
// JS for the template
166
while ($row = pwg_db_fetch_assoc($result))
167
{
168
- $list_of_places[$row['id']] = [$row['name'], $row['latitude'], $row['longitude'] ];
+ $list_of_places[$row['id']] = array($row['name'], $row['latitude'], $row['longitude']);
169
$available_places[$row['id']] = $row['name'];
170
}
171
0 commit comments