Changeset 6041
- Timestamp:
- 05/31/2016 05:32:15 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/converter.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converter.php
r5951 r6041 1032 1032 // Types match and to_fieldname is present. This means 1033 1033 // we have some work to do here. 1034 if ( ( $row['to_type'] == $to_type ) && ! is_null( $row['to_fieldname'] ) ) {1034 if ( ( $row['to_type'] == $to_type ) && isset( $row['to_fieldname'] ) ) { 1035 1035 1036 1036 // This row has a destination that matches one of the
Note: See TracChangeset
for help on using the changeset viewer.