Changeset 65 for oceandb/jQuery_Prototype/admin/map-menu.php
- Timestamp:
- Feb 22, 2009, 4:32:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
oceandb/jQuery_Prototype/admin/map-menu.php
r62 r65 11 11 { 12 12 $col= mysql_fetch_row($result); 13 echo "{ \"type_id\" : " . $col[0] . ", \"parent_id\" : " . $col[1] . " . \"type_name\" : \"" . $col[2] . "\" , \"owner_org\" : \"" . $col[3] . "\"},\n";13 echo "{ \"type_id\" : " . $col[0] . ", \"parent_id\" : " . $col[1] . ", \"type_name\" : \"" . $col[2] . "\", \"owner_org\" : \"" . $col[3] . "\"},\n"; 14 14 } 15 15 echo "]";
Note: See TracChangeset
for help on using the changeset viewer.