Changeset 5485

Show
Ignore:
Timestamp:
02/29/08 18:53:17 (10 months ago)
Author:
creorix
Message:

#843

  • 스크립트 출력이므로 text/javascript를 Content type으로 지정
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/interface/owner/control/action/user/suggest/index.php

    r4943 r5485  
    1616global $database; 
    1717 
     18header('Content-type: text/javascript'); 
     19 
    1820$result = POD::queryAll("SELECT loginid,name FROM `{$database['prefix']}Users` WHERE name LIKE \"%".$_GET['input']."%\" or loginid LIKE \"%".$_GET['input']."%\" LIMIT 5"); 
    1921if ($result) {