From 125dcdd329b3159808c097f02597e908be3ad8d0 Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 6 Feb 2011 20:04:57 +0000 Subject: fixed some minor documentation issues git-svn-id: http://code.elgg.org/elgg/trunk@8050 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib/database.php') 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; -- cgit v1.2.3