Changeset 2775589
- Timestamp:
- 08/25/2022 02:32:30 PM (3 years ago)
- Location:
- supportcandy
- Files:
-
- 2 edited
-
tags/3.0.7/class-wpsc-installation.php (modified) (1 diff)
-
trunk/class-wpsc-installation.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
supportcandy/tags/3.0.7/class-wpsc-installation.php
r2773484 r2775589 310 310 global $wpdb; 311 311 312 $wpdb->query( 'SET auto_increment_increment = 1' ); 313 $wpdb->query( 'SET auto_increment_offset = 1' ); 314 312 315 // string translations. 313 316 $string_translations = array(); -
supportcandy/trunk/class-wpsc-installation.php
r2773484 r2775589 310 310 global $wpdb; 311 311 312 $wpdb->query( 'SET auto_increment_increment = 1' ); 313 $wpdb->query( 'SET auto_increment_offset = 1' ); 314 312 315 // string translations. 313 316 $string_translations = array();
Note: See TracChangeset
for help on using the changeset viewer.