Add checking installation feature

This commit is contained in:
Marien Fressinaud
2014-10-20 11:54:31 +02:00
parent 3bad4d138e
commit 7080a32650
10 changed files with 252 additions and 6 deletions

View File

@@ -55,5 +55,3 @@ $SQL_CREATE_TABLES = array(
);
define('SQL_DROP_TABLES', 'DROP TABLES %1$sentry, %1$sfeed, %1$scategory');
define('SQL_SHOW_TABLES', 'SELECT name FROM sqlite_master WHERE type="table"');