Changeset 5176 for trunk/includes/admin/converters/vBulletin.php
- Timestamp:
- 11/23/2013 01:00:51 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/includes/admin/converters/vBulletin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/admin/converters/vBulletin.php
r5170 r5176 319 319 'to_type' => 'tags', 320 320 'to_fieldname' => 'name' 321 ); 322 323 // Term slug. 324 $this->field_map[] = array( 325 'from_tablename' => 'tag', 326 'from_fieldname' => 'tagtext', 327 'join_tablename' => 'tagcontent', 328 'join_type' => 'INNER', 329 'join_expression' => 'USING (tagid)', 330 'to_type' => 'tags', 331 'to_fieldname' => 'slug', 332 'callback_method' => 'callback_slug' 321 333 ); 322 334
Note: See TracChangeset
for help on using the changeset viewer.