Changeset 117 for branches/1.1dev/lib


Ignore:
Timestamp:
May 15, 2006 8:32:09 PM (18 years ago)
Author:
scdev
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.1dev/lib/MCVE.inc.php

    r115 r117  
    9595    function beginTrans()
    9696    {
    97         if (!$this->_connect()) {
    98             return false;
    99         }
     97        $this->_connect();
    10098        $tid = MCVE_TransNew($this->conn); // Allocate memory for sending a transaction.
    10199        $this->transParam($tid, MC_USERNAME, $this->username);
Note: See TracChangeset for help on using the changeset viewer.