mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1099 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7e93e910c7
commit
5a2d1a4018
3 changed files with 35 additions and 31 deletions
|
|
@ -58,29 +58,29 @@
|
|||
// 캐쉬 내용 작성
|
||||
$buff =
|
||||
sprintf(
|
||||
'<?php if(!defined("__ZBXE__")) exit();'."\n".
|
||||
'$pass_quotes = array();'."\n".
|
||||
'$id = \'%s\';'."\n".
|
||||
'$action = \'%s\';'."\n".
|
||||
'$tables = array(%s);'."\n".
|
||||
'%s'."\n".
|
||||
'%s'."\n".
|
||||
'%s'."\n".
|
||||
'%s'."\n".
|
||||
'%s'."\n".
|
||||
'%s'."\n".
|
||||
'$group_script = \'%s\''."\n".
|
||||
'?>',
|
||||
$query_id,
|
||||
$action,
|
||||
$tables,
|
||||
$default_script,
|
||||
$column_script,
|
||||
$notnull_script,
|
||||
$filter_script,
|
||||
$condition_script,
|
||||
$navigation_script,
|
||||
$group_script
|
||||
'<?php if(!defined("__ZBXE__")) exit();'."\n".
|
||||
'$pass_quotes = array();'."\n".
|
||||
'$id = \'%s\';'."\n".
|
||||
'$action = \'%s\';'."\n".
|
||||
'$tables = array(%s);'."\n".
|
||||
'%s'."\n".
|
||||
'%s'."\n".
|
||||
'%s'."\n".
|
||||
'%s'."\n".
|
||||
'%s'."\n".
|
||||
'%s'."\n".
|
||||
'$group_script = \'%s\''."\n".
|
||||
'?>',
|
||||
$query_id,
|
||||
$action,
|
||||
$tables,
|
||||
$default_script,
|
||||
$column_script,
|
||||
$notnull_script,
|
||||
$filter_script,
|
||||
$condition_script,
|
||||
$navigation_script,
|
||||
$group_script
|
||||
);
|
||||
|
||||
// 저장
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue