|
@@ -339,7 +339,7 @@ $config = array
|
|
|
'pdate' => array
|
|
'pdate' => array
|
|
|
(
|
|
(
|
|
|
'type' => 'int-11',
|
|
'type' => 'int-11',
|
|
|
- 'name' => '发布时间',
|
|
|
|
|
|
|
+ 'name' => '发售时间',
|
|
|
'match' => array('is_numeric', time()),
|
|
'match' => array('is_numeric', time()),
|
|
|
'default' => '',
|
|
'default' => '',
|
|
|
'desc' => '',
|
|
'desc' => '',
|
|
@@ -357,7 +357,7 @@ $config = array
|
|
|
'match' => 'option',
|
|
'match' => 'option',
|
|
|
'default' => '',
|
|
'default' => '',
|
|
|
'desc' => '',
|
|
'desc' => '',
|
|
|
- 'update' => 'date',
|
|
|
|
|
|
|
+ //'update' => 'date',
|
|
|
'callback' => 'maketime',
|
|
'callback' => 'maketime',
|
|
|
//'insert' => true,
|
|
//'insert' => true,
|
|
|
//'list' => 'date("Y-m-d H:i:s", {pdate})',
|
|
//'list' => 'date("Y-m-d H:i:s", {pdate})',
|