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

Diff of /contributions/modules/mail_api/mail_api.install

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

revision 1.9.2.2, Thu May 14 18:39:03 2009 UTC revision 1.9.2.3, Fri Oct 2 20:47:14 2009 UTC
# Line 75  function mail_api_schema() { Line 75  function mail_api_schema() {
75    return $schema;    return $schema;
76  }  }
77    
78    
79    function mail_api_update_1() {
80      db_query("ALTER TABLE {mail_api_servers} ADD `junk_folder` VARCHAR( 128 ) NULL AFTER `inbox_folder`");
81    }
82    
83  function mail_api_install() {  function mail_api_install() {
84    drupal_install_schema('mail_api');    drupal_install_schema('mail_api');
85  }  }

Legend:
Removed from v.1.9.2.2  
changed lines
  Added in v.1.9.2.3

  ViewVC Help
Powered by ViewVC 1.1.2