mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
Add seconds for display
git-svn-id: http://piwigo.org/svn/trunk@157 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+1
-1
@@ -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'] );
|
||||
|
||||
Reference in New Issue
Block a user