Correct function name, fix minor style issue.
This commit is contained in:
parent
09b0b1fbe3
commit
4d50456c9c
@ -99,7 +99,7 @@ class Settings {
|
|||||||
*/
|
*/
|
||||||
function add_db($name, $params)
|
function add_db($name, $params)
|
||||||
{
|
{
|
||||||
if(! isset($this->current->dbs->{$name}))
|
if( ! isset($this->current->dbs->{$name}))
|
||||||
{
|
{
|
||||||
$this->current->dbs->{$name} = array();
|
$this->current->dbs->{$name} = array();
|
||||||
$this->current->dbs->{$name} = $params;
|
$this->current->dbs->{$name} = $params;
|
||||||
|
@ -219,7 +219,7 @@ SQL;
|
|||||||
*
|
*
|
||||||
* @return resource
|
* @return resource
|
||||||
*/
|
*/
|
||||||
function beingTransaction()
|
function beginTransaction()
|
||||||
{
|
{
|
||||||
if($this->trans = ibase_trans($this->conn) !== null)
|
if($this->trans = ibase_trans($this->conn) !== null)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user