Changeset 11039 for trunk/admin/include/functions.php
- Timestamp:
- May 25, 2011, 11:00:46 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/include/functions.php
r11008 r11039 2098 2098 } 2099 2099 2100 function get_ fckb_taglist($query)2100 function get_taglist($query) 2101 2101 { 2102 2102 $result = pwg_query($query); … … 2120 2120 } 2121 2121 2122 function get_ fckb_tag_ids($raw_tags)2122 function get_tag_ids($raw_tags) 2123 2123 { 2124 2124 // In $raw_tags we receive something like array('~~6~~', '~~59~~', 'New
Note: See TracChangeset
for help on using the changeset viewer.