/[drupal]/contributions/modules/contemplate/contemplate.install
ViewVC logotype

Diff of /contributions/modules/contemplate/contemplate.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.5.2.4, Tue Jan 6 16:03:22 2009 UTC revision 1.5.2.5, Mon Aug 3 20:59:19 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: contemplate.install,v 1.5.2.3 2008/12/28 23:25:59 empee584 Exp $  // $Id: contemplate.install,v 1.5.2.4 2009/01/06 16:03:22 jrglasgow Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 58  function contemplate_update_1() { Line 58  function contemplate_update_1() {
58    
59  function contemplate_update_2() {  function contemplate_update_2() {
60    $ret = array();    $ret = array();
   
61    switch ($GLOBALS['db_type']) {    switch ($GLOBALS['db_type']) {
62      case 'mysql':      case 'mysql':
63      case 'mysqli':      case 'mysqli':
# Line 69  function contemplate_update_2() { Line 68  function contemplate_update_2() {
68        ) /*!40100 DEFAULT CHARACTER SET utf8 */;');        ) /*!40100 DEFAULT CHARACTER SET utf8 */;');
69        break;        break;
70      }      }
   
71    return $ret;    return $ret;
72    }
73    
74    /**
75     * clear the cache to get the updates to hook_menu().
76     */
77    function contemplate_update_6102() {
78      cache_clear_all();
79  }  }
80    
81  function contemplate_uninstall() {  function contemplate_uninstall() {

Legend:
Removed from v.1.5.2.4  
changed lines
  Added in v.1.5.2.5

  ViewVC Help
Powered by ViewVC 1.1.2