21st century debugging

This commit is contained in:
jgen 2014-02-18 20:58:08 -05:00
parent 741eb0f739
commit 892b323c4d

View File

@ -306,6 +306,8 @@ class Database {
private function connect_db() {
# FIXME: detect ADODB URI, automatically translate PDO DSN
die("DSN : " + DATABASE_DSN);
/*
* Why does the abstraction layer act differently depending on the
* back-end? Because PHP is deliberately retarded.