changeset 127 | e2c54e888f7e |
parent 126 | cb06e3e29ed8 |
child 136 | c795dd75a77e |
--- a/edit.php Thu Apr 03 21:48:36 2008 +0000 +++ b/edit.php Thu Apr 03 22:32:52 2008 +0000 @@ -113,7 +113,7 @@ echo " <td class=\"u\">\n"; echo " <select name=\"record[" . $r['id'] . "][type]\">\n"; foreach (get_record_types() as $type_available) { - if ($type_available == $r["type"]) { + if ($type_available == $r['type']) { $add = " SELECTED"; } else { $add = "";