diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-06-06 14:07:04 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-06-06 14:07:04 +0000 |
commit | 8436082fe1364dfe35461e5d8fc737a43c06abee (patch) | |
tree | b1923c3f21ad87949351d925020203c003192574 /modules/taxonomy/taxonomy.module | |
parent | 596843dae6aa49ff7fc301da92d2d2d1e45dcb98 (diff) | |
download | brdo-8436082fe1364dfe35461e5d8fc737a43c06abee.tar.gz brdo-8436082fe1364dfe35461e5d8fc737a43c06abee.tar.bz2 |
- Removing some whitespace
Diffstat (limited to 'modules/taxonomy/taxonomy.module')
-rw-r--r-- | modules/taxonomy/taxonomy.module | 2 |
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. */ |