archive_browse_form_submit

Versions
4.7
archive_browse_form_submit($form_id, $form_values)

Process archive browse form submission.

Code

modules/archive.module, line 281

<?php
function archive_browse_form_submit($form_id, $form_values) {
  return('archive/'. $form_values['year'] .'/'. $form_values['month'] .'/'. $form_values['day']);
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.