root/devel/mod/profile/lib/function_search_all_tagtypes_rss.php
| Revision 1301, 210 bytes (checked in by dramirez, 1 year ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | foreach($data['profile:details'] as $profiletype) { |
| 4 | if ($profiletype->field_type == "keywords") { |
| 5 | $data['search:tagtypes:rss'][] = $profiletype->internal_name; |
| 6 | } |
| 7 | } |
| 8 | |
| 9 | ?> |
Note: See TracBrowser for help on using the browser.
