-fixed uninstall errors related to issue http://dev.sourcefabric.org/browse/CC-1794
This commit is contained in:
parent
7bed63e675
commit
95ab0cc148
3 changed files with 17 additions and 12 deletions
|
@ -3,8 +3,9 @@ if (!function_exists('pg_connect')) {
|
|||
trigger_error("PostgreSQL PHP extension required and not found.", E_USER_ERROR);
|
||||
exit(2);
|
||||
}
|
||||
require_once('DB.php');
|
||||
require_once('File/Find.php');
|
||||
//require_once('DB.php');
|
||||
require_once(dirname(__FILE__).'/../library/pear/DB.php');
|
||||
//require_once('File/Find.php');
|
||||
|
||||
function camp_db_table_exists($p_name)
|
||||
{
|
||||
|
@ -84,4 +85,4 @@ function install_setDirPermissions($filePath) {
|
|||
// }
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue