-clean up install script a little...removed some errors.
This commit is contained in:
parent
5a3dbdb671
commit
ea13b32ccf
2 changed files with 53 additions and 152 deletions
|
@ -3,9 +3,8 @@ 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(dirname(__FILE__).'/../library/pear/DB.php');
|
||||
//require_once('File/Find.php');
|
||||
|
||||
function camp_db_table_exists($p_name)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue