summaryrefslogtreecommitdiff
path: root/includes/database/query.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-08-22 12:46:25 +0000
committerDries Buytaert <dries@buytaert.net>2008-08-22 12:46:25 +0000
commitba0672bc60c36dce1abb6ef1245c22c4c4bf9b70 (patch)
tree2985e9ea1d98c68481daadfcc6d3bfc30075fddd /includes/database/query.inc
parentf8aa38a1e1974f1a8f96118b82a8be92898f41cc (diff)
downloadbrdo-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.inc2
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.