summaryrefslogtreecommitdiff
path: root/BitInstaller.php
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2006-02-03 10:40:09 +0000
committerLester Caine <lester@lsces.co.uk>2006-02-03 10:40:09 +0000
commitc8c6242b663f0ab5d9bcf0e0545cb7732f86024c (patch)
tree039d7d7ebac8e1423238f0613820fb57088f5f4e /BitInstaller.php
parentf8e3843bcdcf8e38a70ecbfe58253b1339e74806 (diff)
downloadinstall-c8c6242b663f0ab5d9bcf0e0545cb7732f86024c.tar.gz
install-c8c6242b663f0ab5d9bcf0e0545cb7732f86024c.tar.bz2
install-c8c6242b663f0ab5d9bcf0e0545cb7732f86024c.zip
Remove initial Firebird database configure - no connection available no
Postgres may hav a problem here, unless it opens an additional connection
Diffstat (limited to 'BitInstaller.php')
-rw-r--r--BitInstaller.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/BitInstaller.php b/BitInstaller.php
index 722b126..4d182ff 100644
--- a/BitInstaller.php
+++ b/BitInstaller.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_install/BitInstaller.php,v 1.12 2005/12/05 23:52:44 squareing Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_install/BitInstaller.php,v 1.13 2006/02/03 10:40:09 lsces Exp $
* @package install
*/
@@ -105,11 +105,6 @@ class BitInstaller extends BitSystem {
$result = $this->mDb->query( "SET search_path TO $schema" );
}
break;
- case "firebird":
- if ( $_SESSION['first_install'] ) {
- $result = $this->mDb->Execute( "DECLARE EXTERNAL FUNCTION LOWER CSTRING(80) RETURNS CSTRING(80) FREE_IT ENTRY_POINT 'IB_UDF_lower' MODULE_NAME 'ib_udf'" );
- }
- break;
}
return $ret;
}