Changeset 2180654
- Timestamp:
- 10/26/2019 02:41:21 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vampire-character/trunk/inc/adminpages/experience.php
r1578119 r2180654 431 431 $result = $wpdb->get_results($sql); 432 432 433 $specialisation = $data[0]->SPECIALISATION ? ("(" . $data[0]->SPECIALISATION . ") ") : "";433 //$specialisation = $data[0]->SPECIALISATION ? ("(" . $data[0]->SPECIALISATION . ") ") : ""; 434 434 vtm_touch_last_updated($data[0]->CHARACTER_ID); 435 435 … … 440 440 'AWARDED' => $data[0]->AWARDED, 441 441 'AMOUNT' => $data[0]->AMOUNT, 442 'COMMENT' => $ specialisation . $data[0]->COMMENT442 'COMMENT' => $data[0]->COMMENT 443 443 ); 444 444 $wpdb->insert(VTM_TABLE_PREFIX . "PLAYER_XP", … … 923 923 924 924 <!-- Forms are NOT created automatically, so you need to wrap the table in one to use features like bulk actions --> 925 <form id="<?php print $type ?>-filter" method=" get" action='<?php print htmlentities($current_url); ?>'>925 <form id="<?php print $type ?>-filter" method="post" action='<?php print htmlentities($current_url); ?>'> 926 926 <input type="hidden" name="page" value="<?php print $_REQUEST['page'] ?>" /> 927 927 <input type="hidden" name="tab" value="<?php print $type ?>" />
Note: See TracChangeset
for help on using the changeset viewer.