Changeset 7603
- Timestamp:
- 09/19/2026 09:13:23 AM (33 hours ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 edited
-
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
-
trunk/src/includes/admin/converters/Example.php
r7589 r7603 708 708 709 709 // Bail if missing values 710 if ( ! is_ array( $pass_array ) || ! isset( $pass_array['hash'],$pass_array['salt'] ) ) {710 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'] ) ) { 711 711 return false; 712 712 } -
trunk/src/includes/admin/converters/PHPWind.php
r7593 r7603 289 289 ); 290 290 291 // Topic status ( Open or Closed, PHPWind v9.x 0=no, 1=closed & 2=open)291 // Topic status (PHPWind v9.x bitmask: 1=locked & 2=closed) 292 292 $this->field_map[] = array( 293 293 '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)