Ignore:
Timestamp:
Feb 22, 2009, 4:32:59 PM (15 years ago)
Author:
jazz
Message:
  • 改寫成從 data/map-menu.json 讀取 map-menu 的選單設定
File:
1 edited

Legend:

Unmodified
Added
Removed
  • oceandb/jQuery_Prototype/admin/map-menu.php

    r62 r65  
    1111    {
    1212      $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";
    1414    }
    1515    echo "]";
Note: See TracChangeset for help on using the changeset viewer.