Changeset 1447

Show
Ignore:
Timestamp:
09/18/06 12:52:41 (2 years ago)
Author:
inureyes
Message:
  • r1336 관련 json disable
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • sandbox/lib/view/view.php

    r1446 r1447  
    153153                    } 
    154154                } 
    155                 var customQuery = ''; 
     155                /*var customQuery = ''; 
    156156                try { 
    157157                    customQuery = customInfo.toJSONString(); 
     
    160160                if (customQuery != '') { 
    161161                    queryString += "&customField" + "_" + entryId +"=" + customQuery;    
    162                 } 
     162                }*/ 
    163163                request.send(queryString); 
    164164            }