You are here

public function pressflow_transaction::rollback_if_false in Transaction 5

See also

Transaction::rollbackIfFalse

File

./transaction.module, line 255
Provides a database transaction system for use with InnoDB tables in MySQL.

Class

pressflow_transaction
Legacy compatibility wrapper for transaction class.

Code

public function rollback_if_false($var) {
  return parent::rollbackIfFalse($var);
}