summaryrefslogtreecommitdiff
path: root/modules/system/system.api.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-01-26 14:08:44 +0000
committerDries Buytaert <dries@buytaert.net>2009-01-26 14:08:44 +0000
commit6d3d75fe4b8fb1c862010cc87839f1d9ede43265 (patch)
treeb801374bf914048d8659cb8df8f014f1486ee5ec /modules/system/system.api.php
parent8851b57acf1391fe1dbfab4877c1fdc7d63aac63 (diff)
downloadbrdo-6d3d75fe4b8fb1c862010cc87839f1d9ede43265.tar.gz
brdo-6d3d75fe4b8fb1c862010cc87839f1d9ede43265.tar.bz2
- Removing whitespace.
Diffstat (limited to 'modules/system/system.api.php')
-rw-r--r--modules/system/system.api.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php
index 7066508c1..3c74f48db 100644
--- a/modules/system/system.api.php
+++ b/modules/system/system.api.php
@@ -1382,14 +1382,14 @@ function hook_schema_alter(&$schema) {
*
* @see hook_query_TAG_alter()
* @see node_query_node_access_alter()
- *
+ *
* @param $query
* A Query object describing the composite parts of a SQL query.
* @return
* None.
*/
function hook_query_alter(QueryAlterableInterface $query) {
-
+
}
/**
@@ -1397,7 +1397,7 @@ function hook_query_alter(QueryAlterableInterface $query) {
*
* @see hook_query_alter()
* @see node_query_node_access_alter()
- *
+ *
* @param $query
* An Query object describing the composite parts of a SQL query.
* @return
@@ -1430,7 +1430,7 @@ function hook_query_TAG_alter(QueryAlterableInterface $query) {
if (count($or->conditions())) {
$query->condition($or);
}
-
+
$query->condition("{$access_alias}.grant_$op", 1, '>=');
}
}