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

This commit is contained in:
zero 2007-03-13 03:19:47 +00:00
parent c74bdb90fa
commit 9697d8a0e2
6 changed files with 104 additions and 22 deletions

View file

@ -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;
}