librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1727] er


From: Clint Adams
Subject: [Librefm-commits] [1727] er
Date: Thu, 21 May 2009 02:05:19 +0000

Revision: 1727
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1727
Author:   clint
Date:     2009-05-21 02:05:18 +0000 (Thu, 21 May 2009)
Log Message:
-----------
er

Modified Paths:
--------------
    trunk/nixtape/artist.php

Modified: trunk/nixtape/artist.php
===================================================================
--- trunk/nixtape/artist.php    2009-05-21 02:03:18 UTC (rev 1726)
+++ trunk/nixtape/artist.php    2009-05-21 02:05:18 UTC (rev 1727)
@@ -30,7 +30,7 @@
        $artist = new Artist($_GET['artist']);
 } catch (exception $e) {
         $smarty->assign('error', 'Artist not found.');
-        $smarty->assign('details', 'The artist '.($artist).' was not found in 
the database.');
+        $smarty->assign('details', 'The artist '.($_GET['artist']).' was not 
found in the database.');
        $smarty->display("error.tpl");
 }
 





reply via email to

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