mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 02:39:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@387 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c74bdb90fa
commit
9697d8a0e2
6 changed files with 104 additions and 22 deletions
|
|
@ -236,7 +236,7 @@
|
|||
foreach($group as $key => $val) {
|
||||
$pipe = key($val);
|
||||
$cond = array_pop($val);
|
||||
if($buff) $buff .= $pipe.' '.$cond;
|
||||
if($buff) $buff .= ' '.$pipe.' '.$cond;
|
||||
else $buff = $cond;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue