librefm-bugs
[Top][All Lists]
Advanced

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

[Librefm-bugs] Bugs I've found while attempting to do a fresh install...


From: Chris Hoover
Subject: [Librefm-bugs] Bugs I've found while attempting to do a fresh install...
Date: Mon, 15 Jun 2009 16:59:01 -0400

"/var/www/gnukebox/install.php" is the edited and working file,
"install.php" is the original and broken file.

diff /var/www/gnukebox/install.php install.php
259c259
<                       SELECT s.userid, s.track, s.artist, s.time,
s.mbid, s.album, s.source, s.rating, s.length
---
>                       SELECT s.username, s.track, s.artist, s.time, s.mbid, 
> s.album, s.source, s.rating, s.length
319c319
<               (username, password)
---
>               (username, password, created)
321c321
<               ('testuser', '" . md5('password') . "');");
---
>               ('testuser', '" . md5('password') . "', " . time() . ");");




reply via email to

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