You are here

function mostpopular_interval_save in Drupal Most Popular 7

1 call to mostpopular_interval_save()
mostpopular_intervals_admin_form_submit in ./mostpopular.intervals.inc

File

./mostpopular.module, line 616
The main file for the Most Popular module.

Code

function mostpopular_interval_save($interval) {
  _mostpopular_save('interval', $interval);
}