Merge branch 'master' of github.com:shish/shimmie2
This commit is contained in:
commit
42016b2f9b
@ -349,9 +349,7 @@ class Database {
|
|||||||
return $stmt;
|
return $stmt;
|
||||||
}
|
}
|
||||||
catch(PDOException $pdoe) {
|
catch(PDOException $pdoe) {
|
||||||
print 'Message: '.$pdoe->getMessage();
|
throw new SCoreException($pdoe->getMessage()."<p>Query: ".$query);
|
||||||
print '<p>Error: '.$query;
|
|
||||||
exit;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user