mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-12 23:12:13 +09:00
r8032 보완 if의 i 없는 오타 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8040 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
397079f435
commit
b89df2e341
1 changed files with 1 additions and 1 deletions
|
|
@ -534,7 +534,7 @@
|
|||
|
||||
$left_join = array();
|
||||
// why???
|
||||
f(!$output->columns) $output->columns = array('*');$left_tables= (array)$output->left_tables;
|
||||
if(!$output->columns) $output->columns = array('*');$left_tables= (array)$output->left_tables;
|
||||
|
||||
foreach($left_tables as $key => $val) {
|
||||
$condition = $this->_getCondition($output->left_conditions[$key],$output->column_type);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue