aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engine/lib/database.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/engine/lib/database.php b/engine/lib/database.php
index 7288a5f42..fab73025e 100644
--- a/engine/lib/database.php
+++ b/engine/lib/database.php
@@ -241,7 +241,9 @@
/**
* Returns the number of rows returned by the last select statement, without the need to re-execute the query.
- *
+ *
+ * CANDIDATE FOR DELETION?
+ *
* @return int The number of rows returned by the last statement
*/
function count_last_select() {