_abuse_get_hidden_count

Definition

_abuse_get_hidden_count()
abuse/abuse.module, line 1084

Code

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