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.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/lib/database.php b/engine/lib/database.php
index e2a92c1cd..045f72c72 100644
--- a/engine/lib/database.php
+++ b/engine/lib/database.php
@@ -161,7 +161,7 @@
/**
* Use this function to get a single data row from the database
* @param $query The query to run.
- * @result object A single database result object
+ * @return object A single database result object
*/
function get_data_row($query) {
@@ -218,7 +218,7 @@
* Update database data
*
* @param string $query The query to run.
- * @result int|false Either the number of affected rows, or false on failure
+ * @return int|false Either the number of affected rows, or false on failure
*/
function update_data($query) {