_abuse_get_removed_count

Definition

_abuse_get_removed_count()
abuse/abuse.module, line 1088

Code

<?php
function _abuse_get_removed_count() {
  return db_result(db_query("SELECT COUNT(*) FROM {abuse_status} WHERE status = %d", ABUSE_REMOVED));
}
?>