mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 12:02:24 +09:00
Also auto-generate the regdate field if it is empty
This commit is contained in:
parent
3245c3ae46
commit
6a9681622c
1 changed files with 6 additions and 0 deletions
|
|
@ -999,6 +999,12 @@ class ncenterliteController extends ncenterlite
|
||||||
$args->notify = $this->_getNotifyId($args);
|
$args->notify = $this->_getNotifyId($args);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 날짜가 없는 경우 자동 생성
|
||||||
|
if (!$args->regdate)
|
||||||
|
{
|
||||||
|
$args->regdate = date('YmdHis');
|
||||||
|
}
|
||||||
|
|
||||||
if($anonymous == TRUE)
|
if($anonymous == TRUE)
|
||||||
{
|
{
|
||||||
$args->target_member_srl = 0;
|
$args->target_member_srl = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue