mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +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
|
|
@ -998,6 +998,12 @@ class ncenterliteController extends ncenterlite
|
|||
{
|
||||
$args->notify = $this->_getNotifyId($args);
|
||||
}
|
||||
|
||||
// 날짜가 없는 경우 자동 생성
|
||||
if (!$args->regdate)
|
||||
{
|
||||
$args->regdate = date('YmdHis');
|
||||
}
|
||||
|
||||
if($anonymous == TRUE)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue