namespace PT renamed to pt
This commit is contained in:
@@ -99,14 +99,14 @@ void stat_item_privileges(Info & i)
|
||||
|
||||
void stat_item_date_creation(Info & i)
|
||||
{
|
||||
PT::Date date = system->ToLocal(cur->request->last_item->item_content.date_creation);
|
||||
pt::Date date = system->ToLocal(cur->request->last_item->item_content.date_creation);
|
||||
i.out << DateToStr(date.year, date.month, date.day, date.hour, date.min, date.sec);
|
||||
}
|
||||
|
||||
|
||||
void stat_item_date_modification(Info & i)
|
||||
{
|
||||
PT::Date date = system->ToLocal(cur->request->last_item->item_content.date_modification);
|
||||
pt::Date date = system->ToLocal(cur->request->last_item->item_content.date_modification);
|
||||
i.out << DateToStr(date.year, date.month, date.day, date.hour, date.min, date.sec);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user