|
|
@@ -189,10 +189,12 @@ 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 ( in_array( $property, $player_properties[0] ) ) {
|