From 9722255086986740db16f9c4b57395d244ce2fb0 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Tue, 12 Feb 2013 11:37:34 +0000 Subject: feature:65 fix fatal error at the end of the install process, remove unused file and function git-svn-id: http://piwigo.org/svn/trunk@20721 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/dblayer/dblayers.inc.php | 41 ---------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 include/dblayer/dblayers.inc.php (limited to 'include/dblayer') diff --git a/include/dblayer/dblayers.inc.php b/include/dblayer/dblayers.inc.php deleted file mode 100644 index 39c0ee958..000000000 --- a/include/dblayer/dblayers.inc.php +++ /dev/null @@ -1,41 +0,0 @@ - 'MySQL', - 'function_available' => 'mysql_connect' - ); - -$dblayers['pgsql'] = array('engine' => 'PostgreSQL', - 'function_available' => 'pg_connect' - ); - -$dblayers['sqlite'] = array('engine' => 'SQLite', - 'class_available' => 'SQLite3' - ); - -$dblayers['pdo-sqlite'] = array('engine' => 'SQLite', - 'class_available' => 'PDO' - ); - -?> \ No newline at end of file -- cgit v1.2.3