浏览代码

[Debug] Remove array

Foppe Hemminga 5 年之前
父节点
当前提交
d906e9034b
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      snippets.php

+ 2 - 0
snippets.php

@@ -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] ) ) {