Changeset 468


Ignore:
Timestamp:
09/24/08 09:43:29 (16 years ago)
Author:
niltonneto
Message:

Limpeza no código do setup.

Location:
trunk/expressoMail1_2/setup
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/setup/setup.inc.php

    r413 r468  
    1414        $setup_info['expressoMail1_2']['version']       = '1.231'; 
    1515        $setup_info['expressoMail1_2']['app_order']     = 2; 
    16 //      $setup_info['expressoMail1_2']['tables'][]      = 'phpgw_expressoMail1_2'; 
    17 //      $setup_info['expressoMail1_2']['tables'][]      = 'phpgw_expressoMail1_2_apps'; 
    18 //      $setup_info['expressoMail1_2']['tables'][]              = 'phpgw_expressoMail1_2_log'; 
    1916        $setup_info['expressoMail1_2']['tables'][]              = 'phpgw_expressomail_contacts'; 
    2017        $setup_info['expressoMail1_2']['enable']        = 1; 
  • trunk/expressoMail1_2/setup/tables_current.inc.php

    r433 r468  
    2121                ) 
    2222        ); 
    23 /* 
    24         $phpgw_baseline = array( 
    25                 'phpgw_expressoMail_serverconfig' => array( 
    26                         'fd' => array( 
    27                                 'id'            => array('type' => 'varchar','precision' => 50,'nullable' => false), 
    28                                 'ip_smtp'       => array('type' => 'varchar','precision' => 255,'nullable' => false), 
    29                                 'port_smtp'     => array('type' => 'varchar','precision' => 100,'nullable' => false) 
    30                         ), 
    31                         'pk' => array(), 
    32                         'fk' => array(), 
    33                         'ix' => array(), 
    34                         'uc' => array() 
    35                 ), 
    36  
    37                 'phpgw_expressoMail_preferences' => array( 
    38                         'fd' => array( 
    39                                 'user_id'       => array('type' => 'varchar','precision' => 50,'nullable' => false), 
    40                                 'signtur'       => array('type' => 'varchar','precision' => 255,'nullable' => false) 
    41                         ), 
    42                         'pk' => array(), 
    43                         'fk' => array(), 
    44                         'ix' => array(), 
    45                         'uc' => array() 
    46                 ) 
    47         ); 
    48 */ 
    4923?> 
Note: See TracChangeset for help on using the changeset viewer.