| 22 |
* |
* |
| 23 |
* $Revision$ |
* $Revision$ |
| 24 |
* $Log$ |
* $Log$ |
| 25 |
|
* Revision 1.113.2.3 2005/11/01 10:36:14 tani |
| 26 |
|
* _insertItem: dierctフラグによって書き込む日付情報の値を分岐する. |
| 27 |
|
* |
| 28 |
* Revision 1.113.2.2 2005/10/28 07:02:52 aga4096 |
* Revision 1.113.2.2 2005/10/28 07:02:52 aga4096 |
| 29 |
* ・サブインデックスを含むインデックスの削除時にエラーが出ることがあるのを修正. |
* ・サブインデックスを含むインデックスの削除時にエラーが出ることがあるのを修正. |
| 30 |
* |
* |
| 3783 |
strncpy2( (char*)lang, item -> getLang(), XNP_ITEM_LANG_LEN ); |
strncpy2( (char*)lang, item -> getLang(), XNP_ITEM_LANG_LEN ); |
| 3784 |
item_type_id = item -> getItemTypeID( ); |
item_type_id = item -> getItemTypeID( ); |
| 3785 |
uid = item -> getContributorUID( ); |
uid = item -> getContributorUID( ); |
| 3786 |
creation_date = time( NULL ); |
if( direct ){ |
| 3787 |
last_update_date = time( NULL ); |
creation_date = item -> getCreationDate(); |
| 3788 |
|
last_update_date = item -> getLastUpdateDate(); |
| 3789 |
|
}else{ |
| 3790 |
|
creation_date = time( NULL ); |
| 3791 |
|
last_update_date = time( NULL ); |
| 3792 |
|
} |
| 3793 |
publication_year = item -> getPublicationYear(); |
publication_year = item -> getPublicationYear(); |
| 3794 |
publication_month = item -> getPublicationMonth(); |
publication_month = item -> getPublicationMonth(); |
| 3795 |
publication_mday = item -> getPublicationMday(); |
publication_mday = item -> getPublicationMday(); |