diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-01-18 23:55:32 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-01-18 23:55:32 +0000 |
commit | e8cff6403b842d8ac49f514934f03d5e84bcde76 (patch) | |
tree | f39b2d94932b008e3c2d6b8e7a7533e947aee2f2 /includes | |
parent | 8d6c43ecdacf4456f55bbf79fea72f91f0771fce (diff) | |
download | brdo-e8cff6403b842d8ac49f514934f03d5e84bcde76.tar.gz brdo-e8cff6403b842d8ac49f514934f03d5e84bcde76.tar.bz2 |
#360754 by Crell: Docblock fixes for DBTNG.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/database/query.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/includes/database/query.inc b/includes/database/query.inc index a0bc5e0bb..9f8c1b991 100644 --- a/includes/database/query.inc +++ b/includes/database/query.inc @@ -704,8 +704,6 @@ class MergeQuery extends Query { /** * General class for an abstracted DELETE operation. - * - * The conditional WHERE handling of this class is all inherited from Query. */ class DeleteQuery extends Query implements QueryConditionInterface { @@ -781,8 +779,6 @@ class DeleteQuery extends Query implements QueryConditionInterface { /** * General class for an abstracted UPDATE operation. - * - * The conditional WHERE handling of this class is all inherited from Query. */ class UpdateQuery extends Query implements QueryConditionInterface { |