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

Diff of /contributions/modules/mp3player/mp3player.install

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

revision 1.1.2.7, Mon Oct 12 22:36:23 2009 UTC revision 1.1.2.8, Tue Oct 13 12:25:31 2009 UTC
# Line 21  function mp3player_install() { Line 21  function mp3player_install() {
21   */   */
22  function mp3player_uninstall() {  function mp3player_uninstall() {
23    drupal_uninstall_schema('mp3player');    drupal_uninstall_schema('mp3player');
24      // Delete the variables we created.
25      variable_del('mp3player_page_list');
26      variable_del('mp3player_page_init_action');
27  }  }
28    
29  function mp3player_schema() {  function mp3player_schema() {

Legend:
Removed from v.1.1.2.7  
changed lines
  Added in v.1.1.2.8

  ViewVC Help
Powered by ViewVC 1.1.2