Merge branch 'master' of github.com:shish/shimmie2

This commit is contained in:
Shish 2012-02-16 16:58:33 +00:00
commit 42016b2f9b

View file

@ -349,9 +349,7 @@ class Database {
return $stmt;
}
catch(PDOException $pdoe) {
print 'Message: '.$pdoe->getMessage();
print '<p>Error: '.$query;
exit;
throw new SCoreException($pdoe->getMessage()."<p>Query: ".$query);
}
}