|
|
@@ -189,12 +189,10 @@ QUERY;
|
|
|
<select class="selectpicker" multiple form="player-edit" name="properties[]">
|
|
|
HTML;
|
|
|
$snippets[3] .= "\n";
|
|
|
- /*
|
|
|
print("<pre>" );
|
|
|
print("\$player_properties:\n");
|
|
|
print_r( $player_properties );
|
|
|
print( "</pre>" );
|
|
|
- */
|
|
|
foreach ( $properties as $property ) {
|
|
|
$selected = '';
|
|
|
if ( is_array( $property ) && in_array( $property, $player_properties[0] ) ) {
|