From ff9942f7b801b532b50f3cc7021629c2b6c62385 Mon Sep 17 00:00:00 2001 From: Trevor Slocum Date: Mon, 15 Apr 2013 20:30:41 -0700 Subject: [PATCH] Add library check for MySQL and SQLite --- inc/database_mysql.php | 4 ++++ inc/database_sqlite.php | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/inc/database_mysql.php b/inc/database_mysql.php index 08deef9..9ab33e9 100644 --- a/inc/database_mysql.php +++ b/inc/database_mysql.php @@ -1,6 +1,10 @@