aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoricewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-03-03 11:34:16 +0000
committericewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-03-03 11:34:16 +0000
commit8d7f1119ce18f959b067ec95db9d20945c9c6c30 (patch)
tree8bf624201f91fe4f022746789871b529f13ec9d1
parenta37369e0865967aef0a5d6ba0e6ffab2c9393d4c (diff)
downloadelgg-8d7f1119ce18f959b067ec95db9d20945c9c6c30.tar.gz
elgg-8d7f1119ce18f959b067ec95db9d20945c9c6c30.tar.bz2
Candidate for deletion
git-svn-id: https://code.elgg.org/elgg/trunk@51 36083f99-b078-4883-b0ff-0f9b5a30f544
-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() {