[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/modules/nice_menus/ -> nice_menus.install (source)

   1  <?php
   2  // $Id: nice_menus.install,v 1.1.2.2 2008/09/17 18:18:11 add1sun Exp $
   3  
   4  /**
   5   * Implementation of hook_update_N().
   6   */
   7  function nice_menus_update_6000() {
   8    // Existing blocks need to be set to no caching.
   9    $ret = array();
  10    $ret[] = update_sql("UPDATE {blocks} SET cache = -1 WHERE module = 'nice_menus'");
  11    return $ret;
  12  }


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7