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@1069 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
206061184f
commit
f2107b2e30
1 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,8 @@
|
||||||
$obj->module_srl = $this->module_srl;
|
$obj->module_srl = $this->module_srl;
|
||||||
if($obj->is_notice!='Y'||!$this->grant->manager) $obj->is_notice = 'N';
|
if($obj->is_notice!='Y'||!$this->grant->manager) $obj->is_notice = 'N';
|
||||||
|
|
||||||
|
if($obj->homepage && !eregi('^http:\/\/',$obj->homepage)) $obj->homepage = 'http://'.$obj->homepage;
|
||||||
|
|
||||||
// document module의 model 객체 생성
|
// document module의 model 객체 생성
|
||||||
$oDocumentModel = &getModel('document');
|
$oDocumentModel = &getModel('document');
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue