Changeset 5176 for trunk/includes/admin/converters/PHPFox3.php
- Timestamp:
- 11/23/2013 01:00:51 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/includes/admin/converters/PHPFox3.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/admin/converters/PHPFox3.php
r5170 r5176 316 316 ); 317 317 318 // Term slug. 319 $this->field_map[] = array( 320 'from_tablename' => 'tag', 321 'from_fieldname' => 'tag_url', 322 'to_type' => 'tags', 323 'to_fieldname' => 'slug', 324 'callback_method' => 'callback_slug' 325 ); 326 318 327 /** Reply Section *****************************************************/ 319 328
Note: See TracChangeset
for help on using the changeset viewer.