diff options
| author | lsces <lester@lsces.co.uk> | 2013-07-11 22:12:52 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2013-07-11 22:12:52 +0100 |
| commit | 5fa79afa09d2ea419653e29d96150e3b54ed167c (patch) | |
| tree | 56d3c205f63f3d57a3a991794c22b7fe94d481e0 /create_firebird_database.php | |
| parent | 7575cbd65991f93fba2bbc10dcd3beb1e0bda98f (diff) | |
| download | install-5fa79afa09d2ea419653e29d96150e3b54ed167c.tar.gz install-5fa79afa09d2ea419653e29d96150e3b54ed167c.tar.bz2 install-5fa79afa09d2ea419653e29d96150e3b54ed167c.zip | |
Whitespce tidy
Diffstat (limited to 'create_firebird_database.php')
| -rw-r--r-- | create_firebird_database.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/create_firebird_database.php b/create_firebird_database.php index 38a35d5..7a98240 100644 --- a/create_firebird_database.php +++ b/create_firebird_database.php @@ -7,16 +7,16 @@ /** V4.22 15 Apr 2004 (c) 2000-2004 John Lim (jlim@natsoft.com.my). All rights reserved. - Released under both BSD license and Lesser GPL library license. - Whenever there is any discrepancy between the two licenses, + Released under both BSD license and Lesser GPL library license. + Whenever there is any discrepancy between the two licenses, the BSD license will take precedence. - + Set tabs to 4 for best viewing. Added by Lester Caine to provide an in-line generation of Firebird(/Interbase) database Firebird requires the database to exist before it can be connected to as part of it's security system - Still need to be extended to allow selection of OS tmp directory, - and path to Firebird bin directory + Still need to be extended to allow selection of OS tmp directory, + and path to Firebird bin directory */ function FirebirdCreateDB($host, $user, $pass, $dbalias, $fbpath) { |
