|
@@ 1199-1202 (lines=4) @@
|
| 1196 |
|
global $wpdb; |
| 1197 |
|
|
| 1198 |
|
// Switch DB table prefixes |
| 1199 |
|
if ( null !== $_blog_id && $_blog_id != $wpdb->blogid ) { |
| 1200 |
|
switch_to_blog( pods_absint( $_blog_id ) ); |
| 1201 |
|
} else { |
| 1202 |
|
$_blog_id = null; |
| 1203 |
|
} |
| 1204 |
|
|
| 1205 |
|
// Setup DB tables |
|
@@ 1278-1281 (lines=4) @@
|
| 1275 |
|
global $wpdb; |
| 1276 |
|
|
| 1277 |
|
// Switch DB table prefixes |
| 1278 |
|
if ( null !== $_blog_id && $_blog_id != $wpdb->blogid ) { |
| 1279 |
|
switch_to_blog( pods_absint( $_blog_id ) ); |
| 1280 |
|
} else { |
| 1281 |
|
$_blog_id = null; |
| 1282 |
|
} |
| 1283 |
|
|
| 1284 |
|
$api = pods_api(); |