You are here

function template_preprocess_upgrade_status_ascii_export in Upgrade Status 8.3

Same name and namespace in other branches
  1. 8 upgrade_status.module \template_preprocess_upgrade_status_ascii_export()
  2. 8.2 upgrade_status.module \template_preprocess_upgrade_status_ascii_export()

Preprocess project list for ASCII export.

Parameters

array $variables: Array of template variables.

File

./upgrade_status.module, line 69

Code

function template_preprocess_upgrade_status_ascii_export(&$variables) {
  template_preprocess_upgrade_status_html_export($variables);
}