You are here

function location_upgrade_info in Location 5

1 call to location_upgrade_info()
location_upgrade_page in ./location_upgrade.php

File

./location_upgrade.php, line 118

Code

function location_upgrade_info() {
  $output = "<ul>\n";
  $output .= "<li>Use this script to <strong>update the database schema for changes to the location module</strong>.  You don't need this script when installing the location.module from scratch.</li>" . "\n";
  $output .= "</ul>" . "\n";
  return $output;
}