Ignore:
Timestamp:
May 25, 2011, 11:00:46 AM (13 years ago)
Author:
patdenice
Message:

Load tags for tokeninput directly in html page. Ajax is too slow.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/functions.php

    r11008 r11039  
    20982098}
    20992099
    2100 function get_fckb_taglist($query)
     2100function get_taglist($query)
    21012101{
    21022102  $result = pwg_query($query);
     
    21202120}
    21212121
    2122 function get_fckb_tag_ids($raw_tags)
     2122function get_tag_ids($raw_tags)
    21232123{
    21242124  // In $raw_tags we receive something like array('~~6~~', '~~59~~', 'New
Note: See TracChangeset for help on using the changeset viewer.