Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
trackback_load($trid)
contributions/trackback/trackback.module, line 384
<?php
function trackback_load($trid) {
return db_fetch_object(db_query('SELECT * FROM {trackback_received} WHERE trid=%d', $trid));
}
?>