/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk

« back to all changes in this revision

Viewing changes to classes/cache/cachedb.php

  • Committer: Suren A. Chilingaryan
  • Date: 2018-03-23 22:36:55 UTC
  • Revision ID: csa@suren.me-20180323223655-ioglwyojj98ip3d1
Minor fix in adei_manager script

Show diffs side-by-side

added added

removed removed

Lines of Context:
1131
1131
    if (($ADEI_CONTINUOUS_TRANSACTION)&&(($flags&CACHEDB::INTERNAL_CALL)==0)) return;
1132
1132
 
1133
1133
    if ($this->transaction_active) {
1134
 
        echo "Commiting {$this->transaction_operations} operations as requested by {$flags}\n";
 
1134
#       echo "Commiting {$this->transaction_operations} operations as requested by {$flags}\n";
1135
1135
        if (!@mysql_query("COMMIT"))
1136
1136
            throw new ADEIException(translate("Can't commit last transaction of %u operations,  error %u: %s", $this->transaction_operations, mysql_errno($this->dbh), mysql_error($this->dbh)));
1137
1137