aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/database.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/database.php')
-rw-r--r--engine/lib/database.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/database.php b/engine/lib/database.php
index 973e63e53..5f5380002 100644
--- a/engine/lib/database.php
+++ b/engine/lib/database.php
@@ -366,7 +366,7 @@ function get_data_row($query, $callback = "") {
*
* @return array An array of database result objects or callback function results. If the query
* returned nothing, an empty array.
- * @since 1.8
+ * @since 1.8.0
*/
function elgg_query_runner($query, $callback = null, $single = false) {
global $CONFIG, $DB_QUERY_CACHE;