summaryrefslogtreecommitdiff
path: root/modules/system/system.api.php
diff options
context:
space:
mode:
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, '>=');
}
}