You are here

ad_report.install in Advertisement 6.3

Ad Report database functions.

Copyright (c) 2008-2009 Jeremy Andrews <jeremy@tag1consulting.com>.

File

report/ad_report.install
View source
<?php

/**
 * @file
 * Ad Report database functions.
 *
 * Copyright (c) 2008-2009
 *   Jeremy Andrews <jeremy@tag1consulting.com>.
 */

/**
 * Rebuild the menu to support new paths.
 */
function ad_report_update_6001() {
  menu_rebuild();
  return array();
}

Functions

Namesort descending Description
ad_report_update_6001 Rebuild the menu to support new paths.