Merge branch 'master' of github.com:shish/shimmie2
This commit is contained in:
commit
42016b2f9b
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user