root 5 yıl önce
ebeveyn
işleme
4e0f27b3eb
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      web/common/tpl.func.php

+ 1 - 0
web/common/tpl.func.php

xqd
@@ -361,6 +361,7 @@ function tpl_form_field_image($name, $value = '', $default = '', $options = arra
 
 
 function tpl_form_field_multi_image($name, $value = array(), $options = array()) {
+    print_r($name);
     print_r($value);die;
 	global $_W;
 	$options['multiple'] = true;