added: date_creation and date_modification to items
changed: function 'run' is using a template: fun_run.html there is: [item_run] called from this template git-svn-id: svn://ttmath.org/publicrep/cmslu/trunk@489 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -75,7 +75,8 @@ void who_tab_time(Info & i)
|
||||
if( !who_init() )
|
||||
return;
|
||||
|
||||
i.out << DateToStr( who_iterator->tm_time.tm_mon + 1,
|
||||
i.out << DateToStr( 0,
|
||||
who_iterator->tm_time.tm_mon + 1,
|
||||
who_iterator->tm_time.tm_mday,
|
||||
who_iterator->tm_time.tm_hour,
|
||||
who_iterator->tm_time.tm_min,
|
||||
@@ -88,7 +89,8 @@ void who_tab_last_time(Info & i)
|
||||
if( !who_init() )
|
||||
return;
|
||||
|
||||
i.out << DateToStr( who_iterator->tm_last_time.tm_mon + 1,
|
||||
i.out << DateToStr( 0,
|
||||
who_iterator->tm_last_time.tm_mon + 1,
|
||||
who_iterator->tm_last_time.tm_mday,
|
||||
who_iterator->tm_last_time.tm_hour,
|
||||
who_iterator->tm_last_time.tm_min,
|
||||
|
Reference in New Issue
Block a user