summaryrefslogtreecommitdiff
path: root/modules/taxonomy/taxonomy.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-06-06 14:07:04 +0000
committerDries Buytaert <dries@buytaert.net>2005-06-06 14:07:04 +0000
commit8436082fe1364dfe35461e5d8fc737a43c06abee (patch)
treeb1923c3f21ad87949351d925020203c003192574 /modules/taxonomy/taxonomy.module
parent596843dae6aa49ff7fc301da92d2d2d1e45dcb98 (diff)
downloadbrdo-8436082fe1364dfe35461e5d8fc737a43c06abee.tar.gz
brdo-8436082fe1364dfe35461e5d8fc737a43c06abee.tar.bz2
- Removing some whitespace
Diffstat (limited to 'modules/taxonomy/taxonomy.module')
-rw-r--r--modules/taxonomy/taxonomy.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module
index 0662c0fca..9737ea503 100644
--- a/modules/taxonomy/taxonomy.module
+++ b/modules/taxonomy/taxonomy.module
@@ -953,7 +953,7 @@ function _taxonomy_prepare_insert($data, $stage) {
* Whether the nodes are to be used with a pager (the case on most Drupal
* pages) or not (in an XML feed, for example).
* @param $order
- * The order clause for the query that retrieve the nodes.
+ * The order clause for the query that retrieve the nodes.
* @return
* A resource identifier pointing to the query results.
*/