git-svn-id: http://xe-core.googlecode.com/svn/trunk@442 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-14 12:40:27 +00:00
parent a41ab13b9b
commit 558b061a83
2 changed files with 3 additions and 5 deletions

View file

@ -70,7 +70,7 @@
<!--@end--><!--@end--> <!--@end--><!--@end-->
</div> </div>
<div plugin="newest_document" title="제목" order_target="list_order" order_type="desc" list_count="20" class="a" style="border:1px solid #AAAAAA;"></div> <div plugin="newest_document" title="safs" order_target="list_order" order_type="desc" list_count="20" mid_list="board,test"></div>
<td> <td>
<div id="content"> <div id="content">

View file

@ -27,10 +27,8 @@
$attribute = array(); $attribute = array();
if($vars) { if($vars) {
foreach($vars as $key=>$val) { foreach($vars as $key => $val) {
debugPrint($val); if(strpos($val,'|@|')>0) $val = str_replace('|@|',',',$val);
debugPrint(strpos('|@|', $val));
if(strpos('|@|', $val)>0) $val = str_replace('|@|',',',$val);
$attribute[] = sprintf('%s="%s"', $key, str_replace('"','\"',$val)); $attribute[] = sprintf('%s="%s"', $key, str_replace('"','\"',$val));
} }
} }