mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 13:02:15 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7942 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
00cce68412
commit
5afa8b9d28
1 changed files with 8 additions and 4 deletions
|
|
@ -428,10 +428,14 @@
|
||||||
|
|
||||||
function getExtraEidValue($eid) {
|
function getExtraEidValue($eid) {
|
||||||
$extra_vars = $this->getExtraVars();
|
$extra_vars = $this->getExtraVars();
|
||||||
|
|
||||||
|
if($extra_vars)
|
||||||
|
{
|
||||||
// eid 명칭으로 확장변수 처리
|
// eid 명칭으로 확장변수 처리
|
||||||
foreach($extra_vars as $idx => $key) {
|
foreach($extra_vars as $idx => $key) {
|
||||||
$extra_eid[$key->eid] = $key;
|
$extra_eid[$key->eid] = $key;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
return $extra_eid[$eid]->value;
|
return $extra_eid[$eid]->value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue