Add seconds for display

git-svn-id: http://piwigo.org/svn/trunk@157 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub
2003-09-21 18:27:13 +00:00
parent 592872878b
commit e6abf333fe
+1 -1
View File
@@ -136,7 +136,7 @@ for ( $i = 0; $i <= MAX_DAYS; $i++ )
while ( $row = mysql_fetch_array( $result ) )
{
$vtp->addSession( $sub, 'line' );
$vtp->setVar( $sub, 'line.date', date( 'G:i', $row['date'] ) );
$vtp->setVar( $sub, 'line.date', date( 'G:i:s', $row['date'] ) );
$vtp->setVar( $sub, 'line.login', $row['login'] );
$vtp->setVar( $sub, 'line.IP', $row['IP'] );
$vtp->setVar( $sub, 'line.category', $row['category'] );