librefm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Librefm-commits] [1775] remove extraneous date information


From: Matt Lee
Subject: [Librefm-commits] [1775] remove extraneous date information
Date: Sun, 24 May 2009 15:59:52 +0000

Revision: 1775
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1775
Author:   mattl
Date:     2009-05-24 15:59:51 +0000 (Sun, 24 May 2009)
Log Message:
-----------
remove extraneous date information

Modified Paths:
--------------
    trunk/gnukebox/display.php

Modified: trunk/gnukebox/display.php
===================================================================
--- trunk/gnukebox/display.php  2009-05-24 15:57:57 UTC (rev 1774)
+++ trunk/gnukebox/display.php  2009-05-24 15:59:51 UTC (rev 1775)
@@ -54,11 +54,12 @@
 
        echo "<ul>\n";
 
-
-
                        foreach($res as &$row){
 
-                       echo "<li>" . $row['username'] . " listened to " . 
$row['artist'] . "&mdash;" . $row['track'] . 'at <abbr title=\'' . 
strftime('%c', $row['time']) . '\'>' . human_timestamp($row['time']) . 
'</abbr></li>\n';
+                       echo "<li>" . $row['username'] . " listened to
+                       " . $row['artist'] . "&mdash;" . $row['track']
+                       . "at " . human_timestamp($row['time'])
+                       . "</li>\n";
 
                        }
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]