namespace PT renamed to pt
This commit is contained in:
@@ -126,10 +126,10 @@ char buffer[100];
|
||||
|
||||
|
||||
|
||||
void print_date_nice(Info & i, const PT::Date & date)
|
||||
void print_date_nice(Info & i, const pt::Date & date)
|
||||
{
|
||||
time_t one_day = 60 * 60 * 24;
|
||||
PT::Date ltm = system->ToLocal(date);
|
||||
pt::Date ltm = system->ToLocal(date);
|
||||
|
||||
if( date + one_day > cur->request->start_time )
|
||||
i.out << DateToStr(ltm.year, ltm.month, ltm.day, ltm.hour, ltm.min, ltm.sec);
|
||||
@@ -140,7 +140,7 @@ void print_date_nice(Info & i, const PT::Date & date)
|
||||
|
||||
|
||||
|
||||
// cannot be a const reference at the moment (PT::Space is used)
|
||||
// cannot be a const reference at the moment (pt::Space is used)
|
||||
void print_user_name(Info & i, User & user)
|
||||
{
|
||||
std::wstring * dname = user.aenv.get_wstr(L"display_name");
|
||||
|
Reference in New Issue
Block a user