Skip to content

Instantly share code, notes, and snippets.

@ocharles
Created March 25, 2009 15:24
Show Gist options
  • Select an option

  • Save ocharles/85521 to your computer and use it in GitHub Desktop.

Select an option

Save ocharles/85521 to your computer and use it in GitHub Desktop.
if ($original->length != $track->duration)
{
push @edits, $c->model('Moderation')->insert(undef,
type => ModDefs::MOD_ED_TRACKTIME,
track => $original,
newlength => $track->duration
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment