mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-26 05:42:13 +09:00
r7093 보완 커밋
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7095 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f45561139e
commit
6b3717861e
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@
|
|||
}
|
||||
|
||||
$db_info = Context::getDBInfo();
|
||||
if($db_info->use_spaceremover != N) $str_to_write = $this->doCompressCode($str_to_write, $db_info->use_spaceremover);
|
||||
if($db_info->use_spaceremover != 'N') $str_to_write = $this->doCompressCode($str_to_write, $db_info->use_spaceremover);
|
||||
|
||||
$file_object->write($str_to_write);
|
||||
$file_object->close();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue