Changeset 7602
- Timestamp:
- 09/19/2026 09:12:59 AM (36 hours ago)
- Location:
- branches/2.6
- Files:
-
- 1 added
- 3 edited
-
src/includes/admin/classes/class-bbp-converter-base.php (modified) (1 diff)
-
src/includes/admin/converters/Example.php (modified) (1 diff)
-
src/includes/admin/converters/PHPWind.php (modified) (1 diff)
-
tests/phpunit/testcases/admin/converters/Example.php (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/src/includes/admin/classes/class-bbp-converter-base.php
r7600 r7602 1349 1349 */ 1350 1350 private function callback_check_anonymous( $field ) { 1351 $field = ( $this->callback_userid( $field ) == 0)1351 $field = ! $this->callback_userid( $field ) 1352 1352 ? 'true' 1353 1353 : 'false'; -
branches/2.6/src/includes/admin/converters/Example.php
r7588 r7602 715 715 716 716 // Bail if missing values 717 if ( ! is_ array( $pass_array ) || ! isset( $pass_array['hash'],$pass_array['salt'] ) ) {717 if ( ! is_string( $password ) || ! is_array( $pass_array ) || ! isset( $pass_array['hash'], $pass_array['salt'] ) || ! is_string( $pass_array['hash'] ) || ! is_string( $pass_array['salt'] ) ) { 718 718 return false; 719 719 } -
branches/2.6/src/includes/admin/converters/PHPWind.php
r7592 r7602 297 297 ); 298 298 299 // Topic status ( Open or Closed, PHPWind v9.x 0=no, 1=closed & 2=open)299 // Topic status (PHPWind v9.x bitmask: 1=locked & 2=closed) 300 300 $this->field_map[] = array( 301 301 'from_tablename' => 'bbs_threads',
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)