diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-08-22 12:46:25 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-08-22 12:46:25 +0000 |
commit | ba0672bc60c36dce1abb6ef1245c22c4c4bf9b70 (patch) | |
tree | 2985e9ea1d98c68481daadfcc6d3bfc30075fddd /includes/database/query.inc | |
parent | f8aa38a1e1974f1a8f96118b82a8be92898f41cc (diff) | |
download | brdo-ba0672bc60c36dce1abb6ef1245c22c4c4bf9b70.tar.gz brdo-ba0672bc60c36dce1abb6ef1245c22c4c4bf9b70.tar.bz2 |
- Patch #298581 by Damien Tournoud: database clean-ups.
Diffstat (limited to 'includes/database/query.inc')
-rw-r--r-- | includes/database/query.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/database/query.inc b/includes/database/query.inc index 458c87d24..9c7fdfcf4 100644 --- a/includes/database/query.inc +++ b/includes/database/query.inc @@ -630,7 +630,7 @@ class MergeQuery extends Query { // this method with database-specific logic, so this function serves only // as a fallback to aid developers of new drivers. - //Wrap multiple queries in a transaction, if the database supports it. + // Wrap multiple queries in a transaction, if the database supports it. $transaction = $this->connection->startTransaction(); // Manually check if the record already exists. |