Changeset 7374 for trunk/src/includes/admin/converters/Example.php
- Timestamp:
- 11/18/2025 02:56:26 AM (4 months ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/converters/Example.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/Example.php
r7372 r7374 697 697 */ 698 698 public function callback_savepass( $field, $row ) { 699 $pass_array = array( 'hash' => $field, 'salt' => $row['salt'] ); 699 $pass_array = array( 700 'hash' => $field, 701 'salt' => $row['salt'] 702 ); 703 700 704 return $pass_array; 701 705 }
Note: See TracChangeset
for help on using the changeset viewer.