librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1828] add die


From: Matt Lee
Subject: [Librefm-commits] [1828] add die
Date: Sun, 24 May 2009 21:45:16 +0000

Revision: 1828
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1828
Author:   mattl
Date:     2009-05-24 21:45:15 +0000 (Sun, 24 May 2009)
Log Message:
-----------
add die

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

Modified: trunk/nixtape/artist.php
===================================================================
--- trunk/nixtape/artist.php    2009-05-24 21:34:42 UTC (rev 1827)
+++ trunk/nixtape/artist.php    2009-05-24 21:45:15 UTC (rev 1828)
@@ -32,6 +32,7 @@
         $smarty->assign('error', 'Artist not found.');
         $smarty->assign('details', 'The artist '.($_GET['artist']).' was not 
found in the database.');
        $smarty->display("error.tpl");
+       die();
 }
 
 $smarty->assign('name', $artist->name);





reply via email to

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