Skip to content

Commit c1a3281

Browse files
authored
One further syntax error
An additional bit of Python in the code, same as was on lines 158 & 159.
1 parent cf91f42 commit c1a3281

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

admin/admin_photo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
// JS for the template
166166
while ($row = pwg_db_fetch_assoc($result))
167167
{
168-
$list_of_places[$row['id']] = [$row['name'], $row['latitude'], $row['longitude'] ];
168+
$list_of_places[$row['id']] = array($row['name'], $row['latitude'], $row['longitude']);
169169
$available_places[$row['id']] = $row['name'];
170170
}
171171

0 commit comments

Comments
 (0)