librefm-commits
[Top][All Lists]
Advanced

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

[Librefm-commits] [1513] missing dollar sign


From: Clint Adams
Subject: [Librefm-commits] [1513] missing dollar sign
Date: Tue, 12 May 2009 01:46:14 +0000

Revision: 1513
          http://svn.sv.gnu.org/viewvc/?view=rev&root=librefm&revision=1513
Author:   clint
Date:     2009-05-12 01:46:14 +0000 (Tue, 12 May 2009)
Log Message:
-----------
missing dollar sign

Modified Paths:
--------------
    trunk/nixtape/data/Album.php

Modified: trunk/nixtape/data/Album.php
===================================================================
--- trunk/nixtape/data/Album.php        2009-05-12 01:45:30 UTC (rev 1512)
+++ trunk/nixtape/data/Album.php        2009-05-12 01:46:14 UTC (rev 1513)
@@ -172,7 +172,7 @@
                try {
                        $res = $adodb->Execute($sql);
                }
-               catch (exception e) {
+               catch (exception $e) {
                        die('FAILED ' . $e->getMessage() . ' query was :' . 
$sql);
                }
        }





reply via email to

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